Fiat

Cancel a created internal-credit intent

POST
/fiat/transfers/{id}/cancel

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

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