Skip to main content
GET
/
autoramps
/
{autoramp_id}
/
payments
/
open-banking
List open banking payments for an autoramp
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/autoramps/{autoramp_id}/payments/open-banking \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "iron_payment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "payment_link": "<string>"
    }
  ],
  "cursor": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "prev_cursor": null
}

Authorizations

X-API-Key
string
header
required

API Key

Path Parameters

autoramp_id
string<uuid>
required

Query Parameters

cursor
string<uuid>
prev_cursor
string<uuid>
page_size
integer<uint32>
default:10
Required range: x <= 10
sort_order
enum<string>
Available options:
asc,
desc

Response

PagedList

A list of items with cursors used to fetch the next or previous page

items
ApiAutorampOpenBankingPayment · object[]
required

The list of items

cursor
string<uuid>

The cursor used to fetch the next page

prev_cursor
string<uuid>

The cursor used to fetch the previous page