Create VertoFx Payment Request
Vertofx
Create VertoFx Payment Request
Create VertoFX Payment Request
POST
Create VertoFx Payment Request
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Description:The
/integrations/vertofx/payment-requests endpoint allows creation of new payment requests through VertoFX.
Method: POST
Request Payload:
| Parameter | Type | Description |
|---|---|---|
| beneficiaryId | string | ID of the beneficiary to send payment to |
| amount | number | Amount to be sent |
| currency | string | Currency code |
| walletId | string | ID of the wallet to send from |
| reference | string | Payment reference |
| memo | string | Optional memo for the payment |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json