Skip to content

Instantly share code, notes, and snippets.

@abelorian
Created May 6, 2022 21:25
Show Gist options
  • Save abelorian/5e2770ef3908eeff01947d4757d58fea to your computer and use it in GitHub Desktop.
Save abelorian/5e2770ef3908eeff01947d4757d58fea to your computer and use it in GitHub Desktop.
Spreedly + Conekta purchase payload
{
"transaction": {
"payment_method_token": "TOKEN_CARD",
"amount": 60,
"currency_code": "MXN",
"retain_on_success": true,
"email": "abel@mail.com",
"gateway_specific_fields": {
"conekta": {
"customer": "John Doe",
"phone": "+56999999"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment