curl --request POST \
--url https://api.sandbox.iron.xyz/api/autoramps/{autoramp_id}/payments/open-banking \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'IDEMPOTENCY-KEY: <idempotency-key>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"amount_in": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"callback_url": "<string>"
}
'