The
/payment/bulk
endpoint allows creation of multiple payments simultaneously.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
payments | array | Array of payment objects |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
payments | array | ✅ |
Responses
✅ 201 - Created with possible errors
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Payment
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json