Create International Standing Order

POST {{url}}/international-standing-orders

Request Body

{"Data"=>{"ConsentId"=>"{{consentId}}", "Initiation"=>{"Frequency"=>"EvryDay", "Reference"=>"Reference1234", "FirstPaymentDateTime"=>"2023-12-01T14:15:22Z", "CurrencyOfTransfer"=>"EUR", "InstructedAmount"=>{"Amount"=>"2.50", "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":"b918fd8a-xxx-xxx-xxx-27a984683bd1","CreationDateTime":"2022-09-27T08:42:10.249638Z","Initiation":{"CreditorAccount":{"Identification":"11223321325698","Name":"Receiver Co.","SchemeName":"UK.OBIE.SortCodeAccountNumber"},"CurrencyOfTransfer":"GBP","FirstPaymentDateTime":"2022-10-01T14:15:22Z","Frequency":"EvryDay","InstructedAmount":{"Amount":"10.0","Currency":"GBP"},"Reference":"Reference1234"},"InternationalStandingOrderId":"b3096891-1234-1234-ae1e-1c8a6fbc5874","Permission":"Create","Status":"InitiationCompleted","StatusUpdateDateTime":"2022-09-27T08:42:10.249638Z"},"Links":{"Self":"https://oba.revolut.com/international-standing-orders/b3096891-1234-1234-ae1e-1c8a6fbc5874"},"Meta":{"TotalPages":1}}