v2

latestOpenAPI 3.1.02026-07-267085761.0 MB
Admin Bank

Approve Reject Pw Bank Request

post/api/admin/bank/approve-reject-pw-bank-request

Request body

idstring uuid required
status'initiated' | 'payment_processing' | 'applied' | 'approved' | 'rejected' | 'in_review' | 'in_review_rejected' required
checkbook_wallet_idstring nullable
account_nostring nullable
routing_nostring nullable

Response

Successful Response

successboolean

Indicates whether the request was processed successfully.

messagestring

A short, human-readable message describing the result of the request.

{"stackTrail":"components:schemas:CommonResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","description":"The main response payload, if applicable","nullable":true}
queryGeneratedTimenumber nullable

The Unix timestamp (in seconds) indicating when the response was generated.

Example response

{
  "success": true,
  "message": "Operation completed.",
  "queryGeneratedTime": 1718006400
}