Payment types
Get a payment type
Get information about a specific payment type.
get/payment-types/{payment_type_id}
Path parameters
payment_type_idstring required
The unique ID of the payment type.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"payment_type_id": "81eaeea13b8984a169c490a325",
"name": "Google Pay",
"last_change": "2018-05-07 14:26:19.215774"
}
}