Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

reference
string<uuid>
required

The unique identifier of the payment.

Response

A JSON array of payment objects.

id
string<uuid>
required
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

reference
string
required
Example:

"REF123456789"

amount
number
required
Example:

100

currency
string
required
Example:

"USD"

status
string
required
Example:

"SUCCESS"

spotflowReference
string
Example:

"SPF-REF-001"

localAmount
number
Example:

156000

totalFees
number
Example:

500

localCurrency
string
Example:

"NGN"

channel
string
Example:

"card"

mode
string
Example:

"TEST"

rate
number
Example:

1560

region
string
Example:

"Nigeria"

authorization
object
ussd
object
bankDetails
object
card
object
createdAt
string<date-time>
Example:

"2025-10-17T15:21:11.287Z"

metadata
object
Example:
totalTaxAmount
number
Example:

50

totalLocalAmount
number
Example:

156050

planId
string<uuid>
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

mobileMoney
object