Checkout
Redirect checkout
To generate a transaction through PayMee, it is necessary to send a request using the POST method to the checkout resource, as shown. This example covers the minimum of submitted fields required for authorization.
POST
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Body
application/json
ISO-4217 currency code
Maximum length:
3
Example:
"BRL"
Order Amount
Example:
1.99
Unique order identifier
Maximum length:
50
Example:
"refcode12345"
Sale max age in minutes
Required range:
x <= 43200
Example:
120
Chosen payment method
Example:
"ITAU_TRANSFER_PFF"
Callback URL for transaction updates
Maximum length:
255
Example:
"https://foo.bar/paymeeListener"
Any internal reference
Maximum length:
255