Retrieves the status of a payment order by paymentId.
Request
Add parameter in header Merchant-App-Key
Example:Merchant-App-Key: ********************
or
Request Code Samples
curl --location --request GET 'https://api.pelagotech.com/openapi/crypto/x402/order/' \
--header 'Merchant-App-Key: <api-key>'
Responses
{
"orderId": "string",
"message": "string",
"orderStatus": "string",
"payStatus": "string",
"paidAmount": "string",
"transactionFee": "string",
"gasFee": "string",
"txHash": "string"
}
Modified at 2025-10-27 02:30:23