API Doc
We are a contracts built on Base chain. The value are defined in USD in cents. To support users who don't have a EVM wallets, or don't have ETH token on Base, we support a PayMaster mode for user to sign without interaction on Base blockchain.
Eligible?
Before start integration, please visit https://rozo.ai/ and connect with your web3 wallets. You are eligible for BNPL if you have available credit.

Contracts
Rozo Smart Address: 0x00ec30cbFdbA236b66bF86D485561318eB03F6C1
interface IRozo {
struct User
function withdraw() external;
function makePurchase(uint256 amountUsdCents, address seller) external;
function repayCredit(uint256 amountUsdCents) external;
}
API Calls and Features
For Buyer: Make a Payment (Sign)
For Seller: Withdraw
Last updated