Skip to main content
GET
Retrieve Payout by Merchant Reference
This request enables you to retrieve details of a payout based on the merchant_reference, which needs to be provided as a query param.

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_reference
string
required

Identification of the payout defined by the merchant.

Response

200

id
string
Example:

"565c9733-000d-4066-a4bf-b084908dc74c"

account_id
string
Example:

"f7c5fe77-721b-49c2-84d3-957748df3c2c"

status
string
Example:

"SUCCEEDED"

merchant_reference
string
Example:

"MR-Test-12345"

purpose
string
Example:

""

country
string
Example:

"US"

description
string
Example:

"Test"

amount
object
beneficiary
object
metadata
array
created_at
string
Example:

"2024-05-27T15:17:30.952178Z"

updated_at
string
Example:

"2024-05-27T15:17:32.901454Z"

transactions
object[]