Skip to main content
POST
Create VertoFx Payment Request (v2)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
amount
number
required

Amount to send.

Example:

1000

currency
string
required

Currency code.

Example:

"USD"

beneficiary
string
required

Beneficiary ID.

Example:

"beneficiary_123"

purposeCode
string
required

Purpose code for payment.

Example:

"INV"

Response

Payment request created

id
string
Example:

"req_123456"

status
string
Example:

"pending"

amount
number
Example:

1000

currency
string
Example:

"USD"