Skip to main content
POST
/
idr
/
direct_withdraw
IDR Auto Offramp
curl --request POST \
  --url https://api.linkio.world/transactions/v2/idr/direct_withdraw \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '
{
  "bankName": "<string>",
  "bankCode": "<string>"
}
'

Authorizations

ngnc-sec-key
string
header
default:""
required

Body

application/json
bankName
string
required

Full name of the beneficiary bank. Use the "Fetch Payment banks" ENDPOINT to fetch the list of supported payment banks for IDR.

bankCode
string
required

The bank’s ISO/local code. Use the "Fetch Payment banks" ENDPOINT to fetch the bank code for IDR bank selected.

Response

200 - undefined