Skip to main content

Payment Lookup

Trade Transfer Payments Payment Lookup (v1.0.0)

Download OpenAPI specification:Download

API Documentation for Trade Transfer Payments Payment Lookup

GetPayment

GetPayment gets a single specific payment.

Authorizations:
bearerAuth
query Parameters
source
string (source)

source is the source account of the payment to get.

externalId
string (external_id)

external_id is the external id of the payment to get.

Responses

Response samples

Content type
application/json
{
  • "payment": {
    }
}

GetPayment

GetPayment gets a single specific payment.

Authorizations:
bearerAuth
path Parameters
source
required
string (source)

source is the source account of the payment to get.

query Parameters
externalId
string (external_id)

external_id is the external id of the payment to get.

Responses

Response samples

Content type
application/json
{
  • "payment": {
    }
}

GetPayment

GetPayment gets a single specific payment.

Authorizations:
bearerAuth
path Parameters
source
required
string (source)

source is the source account of the payment to get.

external_id
required
string (external_id)

external_id is the external id of the payment to get.

Responses

Response samples

Content type
application/json
{
  • "payment": {
    }
}