Fiat

Reconcile a created/processing row via DOKU transactions-status

POST
/fiat/deposits/{id}/sync

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/deposits/string/sync"
{  "id": "string",  "kind": "string",  "providerRef": "string",  "providerStatus": "created",  "grossIdr": "string",  "feeIdr": "string",  "netIdr": "string",  "paymentUrl": "string",  "feeStatus": "string",  "currency": "IDR",  "createdAt": "2019-08-24T14:15:22Z"}