Fiat Payout Status Check

You can call the Payout Status Check endpoint to verify the final status of the payout at any time.

Request

curl --request GET \
     --url https://api.sandbox.bvnk.com/api/wallet/payout/status/:uuid \
     --header 'Authorization: Hawk id="B9jnE1U8eLblzHtNeJZRxfcq03CQKcmcP9FOrACMzXb1HfrxrePWsTfuP70JNns9", ts="1633010032", nonce="guGXrD", mac="uKeg+w1qXqzaF/8mOQGv8Y9IlRxyxTT+iINLe03EQ60="' \

Synchronous Response

{
     "uuid": "5c75bc40-c1b2-4f57-b96f-79882a6e7c4b",
     "merchantId": "7a5f08c2-49bd-4557-9eeb-c8f16a97c090",
     "amount": 400,
     "currency": "EUR",
     "status": "SUCCESSFUL",
     "statusDetail": "The payout is successful",
     "payoutId": "94133",
     "paymentReference": "Invoice 293756",
     "fee": 0,
     "createdAt": "2022-02-20T21:23:44.000Z",
     "updatedAt": "2022-02-20T21:23:50.000Z"
}