Get Payment Source Status
curl --request GET \
--url https://api.example.com/{version}/status/source \
--header 'Authorization: Bearer <token>'{
"source_id": 123,
"source_type": "<string>",
"source_number": "<string>",
"status": "<string>",
"currency": "<string>",
"total_amount": 123,
"paid_at": "2023-11-07T05:31:56Z"
}status
Get Payment Source Status
GET
/
{version}
/
status
/
source
Get Payment Source Status
curl --request GET \
--url https://api.example.com/{version}/status/source \
--header 'Authorization: Bearer <token>'{
"source_id": 123,
"source_type": "<string>",
"source_number": "<string>",
"status": "<string>",
"currency": "<string>",
"total_amount": 123,
"paid_at": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Available options:
INVOICE, ORDER, SUBSCRIPTION Last modified on June 23, 2026
Was this page helpful?
⌘I
