Create Domestic Standing Orders
POST {{url}}/domestic-standing-orders
Request Body
{"Data"=>{"ConsentId"=>"{{consentId}}", "Initiation"=>{"Frequency"=>"IntrvlMnthDay:01:03", "FirstPaymentDateTime"=>"2023-10-03T14:15:22Z", "Reference"=>"Reference1234", "FirstPaymentAmount"=>{"Amount"=>"1.00", "Currency"=>"GBP"}, "CreditorAccount"=>{"SchemeName"=>"UK.OBIE.SortCodeAccountNumber", "Identification"=>"11223321325698", "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":{"ConsentId":"a8987204-xxxx-4c26-xxxx-f7a3effea6f3","CreationDateTime":"2022-09-23T17:37:46.190063Z","DomesticStandingOrderId":"4c31965f-3de0-xxxx-8946-2f4f0e50dcda","Initiation":{"CreditorAccount":{"Identification":"11223321325698","Name":"Receiver Co.","SchemeName":"UK.OBIE.SortCodeAccountNumber"},"FirstPaymentAmount":{"Amount":"1.00","Currency":"GBP"},"FirstPaymentDateTime":"2022-09-24T14:15:22Z","Frequency":"EvryDay","Reference":"Reference1234"},"Permission":"Create","Status":"InitiationCompleted","StatusUpdateDateTime":"2022-09-23T17:37:46.190063Z"},"Links":{"Self":"https://oba.revolut.com/domestic-standing-orders/4c31965f-3de0-xxxx-8946-2f4f0e50dcda"},"Meta":{"TotalPages":1}}