Skip to main content
This section provides detailed documentation for every V3 endpoint, including request/response schemas, parameters, and examples.

Base URL

Authentication

V3 uses JWT Bearer tokens. First obtain a token, then include it in all requests:

Request Format

  • All requests use JSON body format
  • Set Content-Type: application/json for POST/PUT/PATCH requests
  • All timestamps are in ISO 8601 format

Response Format

All V3 responses follow this structure:

Available Endpoints

Authentication

Obtain and manage JWT access tokens.

Account

Manage your business account, wallet, and fees.

Collections

Accept payments from customers.

Refunds

Manage refunds for collections.

Payouts

Send money to Fyatu account holders.

Error Codes

Rate Limits

Exceeding rate limits returns 429 Too Many Requests. Implement exponential backoff in retry logic.