cURL
curl --request POST \ --url https://rest.staging.nickel.com/bill/pay \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payments": [ { "billId": "<string>", "merchantPaymentMethodId": "<string>", "vendorPayoutMethodId": "<string>", "notificationEmails": [ "<string>" ], "vendorId": "<string>", "withdrawalDateEpochMillis": 123, "vendorMemo": "<string>" } ], "idempotencyKey": "<string>" } '
{ "billPayments": [ { "id": "<string>", "status": "<string>", "amountInCents": 123, "createdAt": 123, "vendorPayoutMethodId": "<string>", "billPayableId": "<string>" } ], "billErrors": [ { "billId": "<string>", "error": "<string>" } ] }
Process payments for one or more bills in a single batch request.
Documentation IndexFetch the complete documentation index at: https://dev.nickel.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.nickel.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Batch bill payment request
Show child attributes
Successful operation