v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBForward message (deprecated)
Deprecated. Use POST /message_forward instead — that endpoint accepts the same arguments as a JSON body (with file content as base64) and additionally lets you override Swift Business Connect attributes (BIC, DN, service code, message type, sender reference) per message.
This endpoint will keep working for existing customers but will not receive new features. New swift_fin and swift_fileact bank services are only exposed via the new endpoint.
Forward a message that has been generated by your own system to your partner bank, CSM, or Swift network. The message is sent as is by Mambu Payments (formerly Numeral).
Path parameters
The connected account to forward this message from.
The bank service to use.
File name. It should be at least 3 characters and maximum 140 characters.
Response
Successfully forwarded a message.
Example response
{
"id": "3ad331b9-12b2-48fd-ad35-203fe8b5e78e",
"object": "file",
"connected_account_ids": [
"6669205e-e306-4b44-bf40-0475899eeb60"
],
"direction": "outgoing",
"format": "custom.format",
"filename": "SFPP30X40.3ad331b9-12b2-48fd-ad35-203fe8b5e78e.1659349967",
"size": 2234,
"bank_data": {
"message_ids": [
"211012231391882"
]
},
"status_details": "generated on 2022-08-01",
"created_at": "2022-08-01T06:00:05Z"
}