init transaction Real Account
POST {{BASE_URL}}/v1/transaction
Request Body
{"type"=>"debit", "amount"=>201, "priority"=>"fastest", "recipient"=>{"reference"=>"232323wadaa33232", "first_name"=>"Victor", "last_name"=>"Umunze", "email"=>"victor@wafi.cash", "phone_number"=>"+2348039059860", "tax_id"=>"031245543", "birth_date"=>"1997-10-20", "street1"=>"oguta street, allen queens road", "bank"=>{"routing_number"=>"321180515", "account_number"=>"528299209", "account_type"=>"checking"}, "type"=>"individual"}, "fallback_rail"=>"ACH-SameDay"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |