IZZIPAYDevelopers

FX & Currency API

Foreign exchange rates and currency conversion.

Base URL: https://api.izzipay.com/v1/fx

GET/v1/fx/rates

Get live rates

cURL

bash
curl -X GET https://api.izzipay.com/v1/fx/rates \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/fx/convert

Convert currency

cURL

bash
curl -X POST https://api.izzipay.com/v1/fx/convert \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/fx/quote

Get FX quote

cURL

bash
curl -X POST https://api.izzipay.com/v1/fx/quote \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
POST/v1/fx/transfers/cross-border

Cross-border transfer

cURL

bash
curl -X POST https://api.izzipay.com/v1/fx/transfers/cross-border \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"
GET/v1/fx/corridors

List corridors

cURL

bash
curl -X GET https://api.izzipay.com/v1/fx/corridors \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"