Wafi Connect

Number of APIs: 10

PUBLIC URL

LIVE: https://api.wafi.cash

TEST: https://sandbox-api.wafi.cash

  1. Payment sources - get single payment source GET {{wafi_url}}/api/v1/checkout/payment-source/:paymentsource_id

  2. Initialize transaction POST {{wafi_url}}/v1/connect-ui

  3. Initialize transaction without UI POST {{wafi_url}}/api/v1/checkout/init

  4. Get user's bank accounts GET {{wafi_url}}/v1/connect/account/{{account_id}}

  5. Get live balance GET {{wafi_url}}/v1/connect/account/{{account_id}}/bank-account/{{bank_account_id}}/balance/live

  6. Get cached balance GET {{wafi_url}}/v1/connect/account/{{account_id}}/bank-account/{{bank_account_id}}

  7. Retrieve webhook GET {{WAFI_URL}}/v1/webhook

  8. Update webhook secret GET {{WAFI_URL}}/v1/webhook/secret

  9. Payment sources - list payment sources GET {{wafi_url}}/api/v1/checkout/payment-source

  10. Add webhook PUT {{WAFI_URL}}/v1/webhook