Skip to main content
GET
Get VertoFx Payment Requests
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Description:
The /integrations/vertofx/payment-requests endpoint retrieves a list of payment requests made through VertoFX.
Authorization:
  • Required role: admin or higher
Method: GET Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1

Page number for pagination

size
integer
default:10

Number of payment requests per page

status
enum<string>

Filter by payment status

Available options:
pending,
processing,
completed,
failed,
cancelled

Response

Success

success
boolean
data
object[]
pagination
object