Zynk
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
  1. Miscellaneous
  • Transformer - Cross Border Transfer
    • Overview
    • Customers & Identity
      • Entities/Customers
      • About KYC/KYB
      • RFI Scenarios for Customers
      • Identity Rejection Reasons
    • Accounts & Wallets
      • External Accounts(To be deprecated soon)
      • Fetch Requirements for External Accounts V2
      • External Accounts V2
      • Funding Accounts
      • About Plaid Integration
    • Transfers
      • Counterparty Risk details
      • Addition transfer requirements
      • Transfer in Action
      • Limits and Minimums
      • Fee details
    • Miscellaneous
      • Bank Codes
      • Supported chains and currencies
      • Partner payments signature generation
      • Reserves requirements
      • Partner Payments
      • Status updates - Webhooks
  • Transporter - Automated Liquidity Manager
    • Overview
    • Visibility Protocol
    • Instant liquidity process - How it works
    • Status updates - Webhooks
  • Teleport - Pay-In Accounts
    • Overview
    • About Teleport routes
  • Warp - Pay-Outs
    • Overview
  • Continuum - Wallet Infrastructure
    • Overview
    • Authentication
    • Continuum APIs
    • Transactions on Continuum
    • Details on generating signatures
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
  1. Miscellaneous

Partner payments signature generation

In partner payments when you make a payment you need to sign the transaction hash.
The base64Signature field is required when using the transactionHash payment method. This signature verifies that you are the rightful owner of the transaction. To generate this signature:
Use the same private key/wallet that initiated the blockchain transaction
Sign the transactionHash value as the message
Encode the resulting signature in Base64 format
You can generate this signature using a publicly available, open-source tool: Solana Message Signer
This tool provides step-by-step instructions on how to sign a message using your private key and generate the required Base64 signature.
For backend integration Please refer to the code below:
JavaScript
Python
Rust
CLI
This security measure prevents unauthorized users from claiming transactions made by others and ensures that only legitimate transaction claims are processed.
Modified at 2025-07-18 17:43:55
Previous
Supported chains and currencies
Next
Reserves requirements
Built with