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
- 200
Content type
application/json
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}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
- 200
Content type
application/json
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}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
- 200
Content type
application/json
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}