Skip to main content
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"
  }
}
Get VertoFX Payment Request Details Description:
The /integrations/vertofx/payment-requests/{id} endpoint retrieves detailed information about a specific payment request.
Method: GET Path Parameter:
ParameterTypeDescription
idstringThe unique identifier of the payment request

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
idstringpathPayment Request ID

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

⚠️ 404 - Not Found

❌ 500 - Internal Server Error

Tags

VertoFx

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Payment Request ID

Response

Success

success
boolean
data
object
I