Skip to main content

Method

POST /v1/payments/bank/approve

Body Parameters

Headers

Authorization
string
Bearer token (workspace API key).
content-type
string
application/json

Request Example

curl -X POST https://api.voyantcloud.com/v1/payments/bank/approve \
  -H "Authorization: Bearer $VOYANT_API_KEY" \
  -H "content-type: application/json" \
  -d '{ "paymentId": "pm_20250301_001" }'

Response

{ "ok": true }
On success the API marks the session as confirmed and triggers the payments.bank-transfer-approve Trigger.dev workflow to generate invoices, contracts, and customer notifications.