v1
latestOpenAPI 3.0.12026-07-14134373.9 KBPayment Service
Process a payment transaction
Accepts payment details and processes the transaction.
post/payment/processPayment
Request body
Example request
{
"customer": {
"identities": [
{
"identityTypeId": 1,
"value": "SSN Number, Passport Id, Driver's license, etc.",
"countryCode": "US",
"region": "CA"
}
]
}
}Response
Payment request processed successfully. The payment may be approved or declined. Check the response status for the transaction outcome.
Example response
{
"status": "Success",
"storePaymentMethodStatus": "success",
"retry": true
}