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 |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | 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 |
Responses
ā 201 - Success
ā ļø 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