PaymentType
Retrieve a payment type
Get a payment type for the specified business id and payment type id.
get/api/business/{businessId}/paymenttype/{paymentTypeId}
Path parameters
businessIdstring required
paymentTypeIdstring required
Response
Specified payment type retrieved
Example response
{
"paymentTypeId": "mWkA6EjdLDyTGL7APWsPxw",
"name": "Cash",
"code": "AC"
}