ROZO Intents API
    ROZO Intents API
    • Payments
      • Create Payment
        POST
      • Get Payment
        GET
    • Transactions
      • Get Transactions by Address
        GET
    • Schemas
      • PaymentRequest
      • CreatePaymentRequest
      • PaymentUpdateRequest
      • PaymentResponse
      • PaymentListResponse
      • DisplayInfo
      • TransactionsResponse
      • SourceRequest
      • SourceResponse
      • DestinationRequest
      • DestinationResponse
      • ErrorResponse
      • ChainId
      • TokenSymbol
      • PaymentStatus
      • PaymentErrorCode
      • FeeType

    CreatePaymentRequest

    {
        "appId": "rozoBridgeStellar",
        "orderId": "string",
        "type": "exactIn",
        "display": {
            "title": "Deposit",
            "description": "string",
            "currency": "USD"
        },
        "source": {
            "chainId": "string",
            "tokenSymbol": "USDC",
            "tokenAddress": "string",
            "amount": "1.00"
        },
        "destination": {
            "chainId": "string",
            "receiverAddress": "GC56BXCNEWL6JSGKHD3RJ5HJRNKFEJQ53D3YY3SMD6XK7YPDI75BQ7FD",
            "receiverMemo": "string",
            "tokenSymbol": "USDC",
            "tokenAddress": "string",
            "amount": "string"
        },
        "webhookUrl": "http://example.com",
        "metadata": {}
    }
    Built with