Skip to main content
GET
/
api
/
v1
/
business
/
collections
List local-rails collections
curl --request GET \
  --url http://localhost:3001/api/v1/business/collections \
  --header 'x-api-key: <x-api-key>'
{
  "success": true,
  "data": {
    "data": [
      {
        "id": "<string>",
        "object": "collection",
        "status": "pending",
        "amount": 123,
        "currency": "<string>",
        "country": "<string>",
        "expiresAt": "<string>",
        "channel": {
          "rail": "bank",
          "provider": "<string>",
          "channelId": "<string>"
        },
        "instructions": {
          "kind": "bank_transfer",
          "bankName": "<string>",
          "accountNumber": "<string>",
          "accountName": "<string>",
          "reference": {},
          "phone": "<string>",
          "prompt": "<string>",
          "url": "<string>",
          "provider": "<string>"
        },
        "businessPaymentId": "<string>",
        "source": "api",
        "createdAt": "<string>",
        "metadata": {}
      }
    ],
    "hasMore": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

Query Parameters

limit
string
starting_after
string

Response

OK

success
boolean
required
Example:

true

data
object
required