Domestic Payment Consent
POST {{url}}/domestic-payment-consents
Request Body
{"Data"=>{"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":{"Status":"AwaitingAuthorisation","StatusUpdateDateTime":"2022-09-23T08:34:43.275221Z","CreationDateTime":"2022-09-23T08:34:43.275221Z","ConsentId":"0d4b6692-xxxx-4938-xxxx-99e125231cf9","Initiation":{"InstructionIdentification":"ID412","EndToEndIdentification":"E2E123","InstructedAmount":{"Amount":"10.0","Currency":"GBP"},"CreditorAccount":{"SchemeName":"UK.OBIE.SortCodeAccountNumber","Identification":"11223321325698","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"}},"Links":{"Self":"https://oba.revolut.com/domestic-payment-consents/0d4b6692-xxxx-4938-xxxx-99e125231cf9"},"Meta":{"TotalPages":1}}