Skip to main content
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.
Authorization:
  • Required role: owner only
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
beneficiaryId
string
required

ID of the beneficiary to send payment to

amount
number
required

Amount to be sent

currency
string
required

Currency code

walletId
string
required

ID of the wallet to send from

reference
string
required

Payment reference

memo
string

Optional memo for the payment

Response

Success

success
boolean
data
object
message
string