Create International Payment

POST {{url}}/international-payments

Request Body

{"Data"=>{"ConsentId"=>"{{consentId}}", "Initiation"=>{"InstructionIdentification"=>"Reference1234", "EndToEndIdentification"=>"E2E1234", "CurrencyOfTransfer"=>"EUR", "InstructedAmount"=>{"Amount"=>"0.1", "Currency"=>"EUR"}, "CreditorAccount"=>{"SchemeName"=>"UK.OBIE.IBAN", "Identification"=>"DE05504000005040040066", "Name"=>"Receiver Co."}}}, "Risk"=>{"PaymentContextCode"=>"BillPayment"}}

HEADERS

KeyDatatypeRequiredDescription
x-fapi-financial-idstring
Authorizationstring
Content-Typestring
x-jws-signaturestring
x-idempotency-keystring

RESPONSES

status: Created

{"Data":{"ConsentId":"2373df19-xxxx-43a9-xxxx-b5fd14e5920f","CreationDateTime":"2022-09-26T09:29:10.152499Z","Initiation":{"CreditorAccount":{"Identification":"11223321325698","Name":"Receiver Co.","SchemeName":"UK.OBIE.SortCodeAccountNumber"},"CurrencyOfTransfer":"GBP","EndToEndIdentification":"E2E1234","InstructedAmount":{"Amount":"10.0","Currency":"GBP"},"InstructionIdentification":"Reference1234"},"InternationalPaymentId":"633170e6-xxxx-xxxx-xxxx-e90e7f88abee","Status":"AcceptedSettlementInProcess","StatusUpdateDateTime":"2022-09-26T09:29:10.152499Z"},"Links":{"Self":"https://oba.revolut.com/international-payments/633170e6-xxxx-xxxx-xxxx-e90e7f88abee"},"Meta":{"TotalPages":1}}