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

    PaymentUpdateRequest

    {
        "display": {
            "title": "string",
            "description": "string",
            "currency": "string"
        },
        "source": {
            "chainId": "string",
            "tokenSymbol": "string",
            "tokenAddress": "string"
        },
        "destination": {
            "chainId": "string",
            "receiverAddress": "string",
            "receiverMemo": "string",
            "tokenSymbol": "string",
            "tokenAddress": "string",
            "amount": "string"
        },
        "metadata": {}
    }
    Built with