Skip to main content
GET
/
autoramps
/
payments
/
open-banking
/
{payment_id}
Get the autoramp open banking payment for existing payment
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/autoramps/payments/open-banking/{payment_id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "status": "Pending",
  "payment_link": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key

Path Parameters

payment_id
string
required

The payment ID

Response

Create autoramp successful

Autoramp Payment Link

The autoramp payment link

id
string
required
status
enum<string>
required

Autoramp Payment Link Status

The status of the autoramp payment link

Available options:
Pending,
Ready,
Processing,
Completed,
Failed