Skip to main content
GET
Retrieve Payment by Merchant Order ID
This request enables you to retrieve details of payments based on their merchant_order_id, which needs to be provided in the request path.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Query Parameters

merchant_order_id
string
required

The unique identifier of the customer's order.

Response

200

id
string
Example:

"e3f397ed-b7d0-4816-ab75-8457b0a30ec1"

account_id
string
Example:

"493e9374-510a-4201-9e09-de669d75f256"

description
string
Example:

"Test Bank of America"

country
string
Example:

"US"

status
string
Example:

"READY_TO_PAY"

sub_status
string
Example:

"CREATED"

merchant_order_id
string
Example:

"0000022"

created_at
string
Example:

"2023-07-20T17:24:58.900553Z"

updated_at
string
Example:

"2023-07-20T17:25:13.447662Z"

amount
object
checkout
object
payment_method
object
customer_payer
object
additional_data
any
taxes
any
transactions
object[]
split
array
callback_url
string
Example:

"https://y.uno/?checkoutSession=954dc216-60ff-4ae4-a299-c603b93bd267"

workflow
string
Example:

"SDK_CHECKOUT"

metadata
array