Fiat

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.

POST
/fiat/transfers/inquiry

GROSS-in quote pinned by feePolicyVersion. Phase-1 policy (escrow-only): one side of every send must be an allowlisted app PID.

Authorization

cookieAuth
pid_access<token>

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"}