SortGBP

Платежный метод для Великобритании SortGBP (только PayOut-сделки). Перевод осуществляется по номеру счета и sortcode (6 цифр). Параметр sortcode в запросе передается как account_internal_client_number.

{
    "amount": 4,
    "currencyTo": "GBP",
    "clientId": "TestQA1",
    "recipient": {
        "account_owner": "Ivan Ivanov",
        "account_number": "123456789012",
        "account_internal_client_number": "123456"
        "type": "custom"
    },
    "type": "sortgbp"
}