Skip to main content
POST
/
transactions
/
v2
/
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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.linkio.world/llms.txt

Use this file to discover all available pages before exploring further.

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