Create International Scheduled Payment
POST {{url}}/international-scheduled-payments
Request Body
{"Data"=>{"ConsentId"=>"{{consentId}}", "Initiation"=>{"InstructionIdentification"=>"Reference1234", "EndToEndIdentification"=>"E2E1234", "RequestedExecutionDateTime"=>"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
Key | Datatype | Required | Description |
---|---|---|---|
x-fapi-financial-id | string | ||
Authorization | string | ||
Content-Type | string | ||
x-jws-signature | string | ||
x-idempotency-key | string |
RESPONSES
status: Created
{"Data":{"Status":"InitiationPending","StatusUpdateDateTime":"2022-09-27T07:35:53.474112Z","CreationDateTime":"2022-09-27T07:35:53.474112Z","InternationalScheduledPaymentId":"12345678-a0de-466a-1234-e9fc413d0916","Permission":"Create","ConsentId":"14aee295-xxxx-4147-xxxx-a397c3e5ff9d","Initiation":{"CreditorAccount":{"Name":"Receiver Co.","SchemeName":"UK.OBIE.SortCodeAccountNumber","Identification":"11223321325698"},"InstructedAmount":{"Amount":"12.0","Currency":"GBP"},"CurrencyOfTransfer":"GBP","EndToEndIdentification":"E2E1234","InstructionIdentification":"Reference1234","RequestedExecutionDateTime":"2022-10-01T14:15:22Z"}},"Links":{"Self":"https://oba.revolut.com/international-scheduled-payments/12345678-a0de-466a-1234-e9fc413d0916"},"Meta":{"TotalPages":1}}