ROZO Intents API#

    Build and manage cross-chain payment intents with the ROZO Intents API.

    Overview#

    Use this API to create payment intents, retrieve payment status, register pay-in transaction hashes, and receive confirmation events across supported chains.

    Get started#

    1.
    Create a payment intent.
    2.
    Send the pay-in transaction.
    3.
    Register its transaction hash.
    4.
    Retrieve the payment status or handle confirmation callbacks.

    Available endpoints#

    Get Payment — retrieve a payment by ID.
    Create Payment — create a new payment intent.
    Get Payment by Order ID — find a payment using your order reference.
    Register Payin Transaction Hash — attach the source-chain transaction hash.
    Li st Payments — browse payments.
    Confirmation callbacks — receive pay-in and payout confirmation events.
    Use the navigation to explore endpoint parameters, examples, and response schemas.
    Built with