Get statuses in batch for payments by their intent ids.
Forte Payments
Get Payment Statuses
Request statuses in batch for payments by their intent ids.
POST
Get statuses in batch for payments by their intent ids.
Documentation Index
Fetch the complete documentation index at: https://docs.fortepayments.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access_token returned by the /auth/v1/oauth2/tokens API call.
Body
application/json
List of payment intent ids.
Get statuses request schema
Required array length:
1 - 100 elementsID of the payment intent.
Required string length:
36Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
List of statuses for requested intent ids.
Get statuses response schema
Maximum array length:
1000