Initiate payment for invoice
POST {{BASE_URL_PAYMENT}}/transactions
Request Body
{"data"=>{"amount"=>400, "description"=>"", "end_date"=>nil, "entity_id"=>"27174831-d88a-4f9f-acad-756dc1db7774", "frequency"=>"daily", "id"=>"dc924e8a-5655-4f47-908b-1d822c8b09d1", "next_billing_schedule"=>"2022-09-22T17:27:16.622277+00:00", "paused_at"=>nil, "recipient_id"=>"d4b7b50e-f3d7-430c-a8fe-9859b99512f4", "skip_next"=>false, "start_date"=>"2022-10-22T17:27:16.622277+00:00", "status"=>"active", "terminated_at"=>nil, "transaction_setting"=>{"handle_payment_charge"=>true, "preferred_push_rail"=>"ACH-SameDay", "retry"=>false, "use_wallet"=>true}, "transaction_type"=>"debit"}, "http_status"=>200, "message"=>"recurring payment created", "status"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |