Add dateOfBirth field to Customer object
A new required field dateOfBirth has been added to the Customer object.
This field stores the customer’s date of birth in YYYY-MM-DD format, enabling improved identity verification and compliance checks.
A new required field dateOfBirth has been added to the Customer object.
This field stores the customer’s date of birth in YYYY-MM-DD format, enabling improved identity verification and compliance checks.
Added a new endpoint to estimate crypto payouts. This API allows merchants to preview payout amounts before execution by specifying either the fiat sourceAmount or the crypto destinationAmount, along with the desired cryptocurrencySymbol and blockchainNetwork.
Added a new set of OTC trading endpoints to enable seamless quote generation, trade execution, and trade history retrieval. These new APIs allow merchants to get real-time price quotes, execute OTC trades programmatically, and view a paginated list of past trades.
Added a new endpoint /balance/transfers that allows moving funds from your main balance to your crypto payout balance. This enables better control over funds reserved for outgoing crypto payouts.
Added types parameter: Introduced a types parameter for customers to specify the intended purpose(s) of customer data, supporting "invoicing" and "cryptoPayout" options.
Introduced the destinationAmount parameter, allowing users to specify the cryptocurrency payout amount directly. Please note that only one of sourceAmount or destinationAmount should be provided in a request.
Added an optional phone parameter to the customers API. This allows users to include a phone number when creating or updating customer records. The phone parameter enhances customer data management by enabling more comprehensive contact information.
We have expanded our currency support to include the following: Honduran Lempira, Peruvian Nuevo Sol, Chilean Peso, Colombian Peso, and Brazilian Real. Supported currencies are here https://docs.eukapay.com/docs/supported-currencies
Invoice API
Invoices API