GET
/
integrations
/
vertofx
/
payment-requests
/
{id}
Get VertoFx Payment Request Details
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/payment-requests/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "vfx-payment-123",
    "amount": 1000.5,
    "currency": "USD",
    "status": "completed",
    "reference": "PAY-12122024-001",
    "memo": "Monthly payment"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Payment Request ID

Response

200
application/json

Success

The response is of type object.