Create a domestic payment
POST {{url}}/domestic-payments
Request Body
{"Data"=>{"ConsentId"=>"{{consentId}}", "Initiation"=>{"InstructionIdentification"=>"ID41233331", "EndToEndIdentification"=>"E2E12333331", "InstructedAmount"=>{"Amount"=>"1.00", "Currency"=>"GBP"}, "CreditorAccount"=>{"SchemeName"=>"UK.OBIE.SortCodeAccountNumber", "Identification"=>"00000070207055", "Name"=>"Receiver Co."}, "RemittanceInformation"=>{"Reference"=>"ReceiverRef", "Unstructured"=>"Shipment fee"}}}, "Risk"=>{"PaymentContextCode"=>"EcommerceGoods", "MerchantCategoryCode"=>"5967", "MerchantCustomerIdentification"=>"1238808123123", "DeliveryAddress"=>{"AddressLine"=>["7"], "StreetName"=>"Apple Street", "BuildingNumber"=>"1", "PostCode"=>"E2 7AA", "TownName"=>"London", "Country"=>"UK"}}}
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":"ec62477b-xxxx-41e2-xxxx-4d760c425a3e","CreationDateTime":"2022-09-23T14:57:45.899155Z","DomesticPaymentId":"632dc969-xxxx-ae29-xxxx-50cefc4ceae7","Initiation":{"CreditorAccount":{"Identification":"11223321325698","Name":"Receiver Co.","SchemeName":"UK.OBIE.SortCodeAccountNumber"},"EndToEndIdentification":"E2E123","InstructedAmount":{"Amount":"10.0","Currency":"GBP"},"InstructionIdentification":"ID412","RemittanceInformation":{"Reference":"ReceiverRef","Unstructured":"Shipment fee"}},"Status":"AcceptedSettlementInProcess","StatusUpdateDateTime":"2022-09-23T14:57:45.899155Z"},"Links":{"Self":"https://oba.revolut.com/domestic-payments/632dc969-xxxx-ae29-xxxx-50cefc4ceae7"},"Meta":{"TotalPages":1}}