billPayments

Create Bill

Create a new Bill.

post/v2/bill-pay/bills/

Headers

Authorizationstring required

Bearer authentication

Request body

consumer_idstring uuid required
sending_account_idstring uuid required
namestring required
receiver_namestring required
account_numberstring required
account_routing_numberstring required

Response

consumer_idstring uuid required
sending_account_idstring uuid required
namestring required
receiver_namestring required
account_numberstring required
account_routing_numberstring required

Changes