☑️Payment Status
In this section, you’ll learn how to fetch the current payment status for a specific transaction using its reference_id.
curl --location '<BASE_URL>/api/v1/payment/reference/<reference_id>' \
--header 'API-Key: <API_KEY>' \
--data ''{
"invoiceID": "0dec6a8c-9cbc-4086-8680-10d45319a8d1",
"customerID": "0",
"amountInUSD": "1",
"paymentState": "OPEN",
"merchantName": "Payout",
"referenceID": "0dec6a8c-9cbc-4086-8680-10d45319a8d1",
"createdAt": "2025-11-07T11:37:59.012304Z",
...
}