Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
amount | number | ✅ | Amount to send. |
currency | string | ✅ | Currency code. |
beneficiary | string | ✅ | Beneficiary ID. |
purposeCode | string | ✅ | Purpose code for payment. |
Responses
✅ 201 - Payment request created
⚠️ 400 - Bad Request
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json