Skip to main content
POST
Create Bulk Payments
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Create Bulk Payments Description: The /payment/bulk endpoint allows creation of multiple payments simultaneously. Method: POST Authorization:
  • Required role: admin or higher
Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
payments
object[]
required

Response

Created with possible errors

message
string
createdPayments
string[]
errors
string[]