Retrieve a single payout payment MT103 info
GET/api/payout_transaction_details/:id/mt103
This API endpoint is designed to retrieve MT103 information about a specific payout payment. Note: this endpoint is only applicable for SWIFT payments.
Request
Path Parameters
id stringrequired
PayoutTransactionDetail identifier
Responses
- 200
- 401
- 403
OK - The request was processed successfully.
- application/json
- Schema
- Example (from schema)
Schema
filename string
content string
{
"filename": "string",
"content": "string"
}
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
type string
title string
detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
type string
title string
detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Loading...