Payment Services
Get Payments by Transaction ID
Returns payment orders associated with a transaction.
get/v1/payment/orders/lookup
Query parameters
transaction_idstring required
Payment identifier, Multiple orders associated with a payment.
Headers
Content-Typestring required
The Media type of the body of the request. Default value for payment provider protocol is application/json
Acceptstring required
Acceptable media type(s) for the response. Default value for payment provider protocol is application/json
Response
Payment order response
Example response
[
{
"order_id": "9dd3f765-a51a-49d8-b6af-a51d5a0b3f7f"
}
]