v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDelivery Channel Endpoints
gcm/delivery-channels
Get a list of all the available delivery methods available for a certain corridor and use case.
get/gcm/delivery-channels
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
CorridorIDstring required
The corridor ID
UseCasestring
Valid values are B2B, B2P, P2B, P2P
Response
Example response
{
"DeliveryChannels": {
"0": {
"DeliveryChannelID": "5",
"DeliveryMethodType": "Bank Account",
"UseCase": "B2B",
"DeliveryFee": "1.50",
"Currency": "British Pound Sterling",
"ShortForm": "GBP",
"DeliveryMethodTypeDetails": "swift"
}
}
}