Query Bulk Charge with BacthId
Charge multiple payments from your customers
/payments/bulk-tokenize-charge
GET
https://seerbitapi.com/api/v2/payments/bulk-tokenize-charge-search?batchId={{batchId}}
This endpoint allows you to send an array of authorizationCode and amount so payments are charged in batches
Headers
Name | Type | Description |
---|---|---|
Authorization* | String |
Request Body
Name | Type | Description |
---|---|---|
authorizationCode* | String | code to charge |
batchId* | String | unique Id to retrieve batched tokenize-charge |
publicKey* | String | merchant publickey |
Last updated