(Deprecated - use /submission-info instead) Retrieve MT103 payment submission info
GET/api/payout_transaction_details/:id/mt103
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated. Use /submission-info instead. Returns MT103 content for SWIFT payments. Returns 404 for pacs.008 payments.
Request
Path Parameters
id stringrequired
PayoutTransactionDetail identifier
Responses
- 200
- 401
- 403
- 404
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"
}
Not Found -- The requested resource could not be found.
- application/json
- Schema
- Example (from schema)
Schema
title string
type string
detail string
{
"title": "string",
"type": "string",
"detail": "string"
}
Loading...