Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.51 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.51 KB

  1. Steps
  2. Scheme

1. Steps

  1. The Customer wants to withdraw from his IBAN.
  2. You will need to authorize customer and check if he can use Mercuryo API. Please check this for more information.
  3. Use method GET /b2b/user/iban to get customer's IBAN. Parameter fiat_balance contains IBAN's balance data
  4. Use method /b2b/user/iban-limits to get limits.
  5. Show IBAN to the Customer. You need to implement a form on your side in which the Customer can choose his IBAN and how much he want to withdraw.
  6. Use method /b2b/fiat/withdraw-estimate-fee to get fee.
  7. Use method GET /b2b/fiat/withdraw to start withdrawal operation. In the response parameters of this method you will get "Key" that is going to be used for confirmation of the transaction
  8. Confirm the transaction by SMS. Use for it method /b2b/fiat/verify_withdraw. In the response parameters of this method you will get status of the transaction.

2. Scheme

new-withdraw