Returns an AlternatePaymentType
object containing information about an alternative form of payment
configured for a restaurant. Alternate payment types are forms
of payment that are not standard in the Toast POS and that are
configured for a particular restaurant. For example, a
third-party service that processes payments might be configured
as an alternate payment type.
Returns an AlternatePaymentType
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/alternatePaymentTypes/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string"
}