Request payment
POST {{api_host}}/payment_requests
Send a Payment Request to another Split contact.
The Payment Request authoriser_id
(contact.bank_account.id
) must:
- Belong to a contact that has a Split account; or
- Belong to a contact that you have an accepted agreement with
Request Body
{"authoriser_contact_id"=>"99a56b75-e97f-4f67-b2d7-fed55b77179a", "your_bank_account_id"=>"9c70871d-8e36-4c3e-8a9c-c0ee20e7c679", "description"=>"Visible to both initiator and authoriser", "matures_at"=>"2022-05-25T00:00:00Z", "amount"=>50, "metadata"=>{"my_custom_key"=>"some value", "another_custom_key"=>"some more value"}}