This endpoint confirms a payment and submits it to the blockchain for processing.
Payment ID
"pay_7fa2ecc101ARZ3NDEKTSV4RRFFQ69G5FAV"
Maximum time to long-poll for payment status, in milliseconds.
x >= 0ID of the option to confirm
{
"fields": [
{ "id": "fullName", "value": "John Smith" },
{ "id": "dob", "value": "1990-01-01" },
{ "id": "tosConfirmed", "value": "true" },
{ "id": "pobCountry", "value": "US" },
{
"id": "pobAddress",
"value": "New York, NY"
}
]
}Payment confirmed successfully
True if the payment is in a final state and no longer requires polling
Payment status
requires_action, processing, succeeded, failed, expired, cancelled Payment information (transaction hash). Present when status is Succeeded, null otherwise.
Time to poll for payment status, in milliseconds. Not present if the payment is in a final state.
x >= 0