v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPayments
Confirm payment
Confirm an existing payment operation.
NOTE:
- This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message. This endpoint generates the following events:
- Platform authorization created
- Account balance changed
- Account balance changed (Availables)
See Data and reporting for more information on events and setting up event notifications.
post/corporate/v2/payments/confirm
Request body
Example request
{
"original_tracking_id": "249fbd1c-cfcd-48aa-8bcb-1ffe3a5f7978",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"business_date": "2023-03-09"
}Response
Created
Example response
{
"original_tracking_id": "249fbd1c-cfcd-48aa-8bcb-1ffe3a5f7978",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"event_datetime": "2023-04-27T12:01:24Z"
}