Internal-credit send inquiry (moves no money, phase-1 policy enforced)
GROSS-in quote pinned by feePolicyVersion. Phase-1 policy (escrow-only): one side of every send must be an allowlisted app PID.
GROSS-in quote pinned by feePolicyVersion. Phase-1 policy (escrow-only): one side of every send must be an allowlisted app PID.
Authorization
cookieAuth JWT access token set by /auth/google/callback or /auth/refresh
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/fiat/transfers/inquiry" \ -H "Content-Type: application/json" \ -d '{ "amountIdr": "string", "beneficiaryPid": "string" }'{ "id": "string", "entryGroup": "string", "grossIdr": "string", "feeIdr": "string", "netIdr": "string", "feePolicyVersion": 0, "beneficiaryPid": "string"}Confirm an internal-credit send (atomic, idempotent) POST
Posts sender-out + recipient-in + treasury-fee legs in one DB transaction. Re-confirming a posted intent returns the view.
Sub-Account notification inbox (persist-first, corroborated before apply) POST
No published V2 webhook signing contract — events persist on X-EXTERNAL-ID and apply only after DOKU transactions-status corroboration. Public; always 200 after persist.