Skip to main content
GET
/
api
/
v1
/
business
/
collections
/
{id}
/
refresh
Force-refresh a local-rails collection from the upstream provider
curl --request GET \
  --url http://localhost:3001/api/v1/business/collections/{id}/refresh \
  --header 'x-api-key: <x-api-key>'
{
  "success": true,
  "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": {}
  }
}

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

Path Parameters

id
string
required

Response

OK

success
boolean
required
Example:

true

data
object
required