Fiat

Confirm an internal-credit send (atomic, idempotent)

Posts sender-out + recipient-in + treasury-fee legs in one DB transaction. Re-confirming a posted intent returns the view.

POST
/fiat/transfers/{id}/confirm

Posts sender-out + recipient-in + treasury-fee legs in one DB transaction. Re-confirming a posted intent returns the view.

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/fiat/transfers/string/confirm"
{  "id": "string",  "kind": "string",  "entryGroup": "string",  "counterpartyPid": "string",  "grossIdr": "string",  "feeIdr": "string",  "netIdr": "string",  "status": "created",  "createdAt": "2019-08-24T14:15:22Z"}