Skip to main content
POST
Bulk Approve Payment Requests
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Bulk Approve Payment Requests Description:
The /payment-request/bulk/approve endpoint allows administrators to approve multiple payment requests in a single batch across standard, VertoFX, and Paystack rails. Each request is processed independently with failure isolation — a failure on one item does not abort other approvals in the batch.
Authorization:
  • Required role: admin or higher
Method:
POST

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
paymentRequests
object[]
required

Response

Bulk approval results summary

status
string
Example:

"success"

message
string
summary
object
results
object[]