v1

latestOpenAPI 3.0.3Apache License Version 2.02026-07-2631211285.4 KB
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

order_idstring required

Order ID returned by create payment service

Example response

[
  {
    "order_id": "9dd3f765-a51a-49d8-b6af-a51d5a0b3f7f"
  }
]