The Payins resource provides methods to create and manage incoming payments from fiat to crypto. Payins support multiple payment methods including ACH, Wire, PIX (Brazil), SPEI (Mexico), Transfers (Argentina), and PSE (Colombia).Documentation Index
Fetch the complete documentation index at: https://mintlify.com/blindpaylabs/blindpay-node/llms.txt
Use this file to discover all available pages before exploring further.
list
Retrieve a list of all payins for your instance.Parameters
Number of results to return per page.
Number of results to skip.
Cursor for pagination. Returns results after this cursor.
Cursor for pagination. Returns results before this cursor.
Filter payins by transaction status.
Filter payins by blockchain wallet receiver ID.
Response
Array of payin objects.
Unique identifier for the payin.
ID of the blockchain wallet receiving the funds.
Current status of the payin transaction.
ID of the quote used for this payin.
Your BlindPay instance ID.
Payment method used for the transaction.
Amount sent in fiat currency.
Amount received in stablecoin.
Stablecoin token received.
Blockchain network for the transaction. Supported networks:
base, sepolia, arbitrum_sepolia, base_sepolia, arbitrum, polygon, polygon_amoy, ethereum, stellar, stellar_testnet, tron, solana, solana_devnet.Fiat currency used for the payin.
Commercial exchange rate applied.
BlindPay exchange rate applied.
Partner fee amount if applicable.
Total fees charged for the transaction.
Account type of the payer.
Name of the payer.
First name of the payer (individual accounts).
Last name of the payer (individual accounts).
Legal name of the payer (business accounts).
PIX code for Brazilian payments.
Memo code for certain payment methods.
CLABE number for Mexican SPEI payments.
Bank account details for wire/ACH payments.
Payment link for PSE payments (Colombia).
Transaction tracking information.
Payment tracking information.
Completion tracking information.
Partner fee tracking information.
ISO 8601 timestamp of when the payin was created.
ISO 8601 timestamp of when the payin was last updated.
get
Retrieve details of a specific payin transaction.Parameters
The unique identifier of the payin to retrieve.
Response
The payin object with all details (same structure as list response items).
getTrack
Retrieve tracking information for a payin transaction using an external endpoint that doesn’t require authentication.Parameters
The unique identifier of the payin to track.
Response
The payin object with tracking details.
createEvm
Create a payin transaction for EVM-compatible blockchain networks (Ethereum, Base, Arbitrum, Polygon).Parameters
The ID of the payin quote to use for creating the transaction.
Response
The created payin details.
Unique identifier for the created payin.
Current status of the payin.
Bank account details where the payer should send funds.
Bank routing number.
Bank account number.
Type of bank account.
SWIFT/BIC code for international transfers.
ACH-specific routing and account numbers.
Wire-specific routing and account numbers.
RTP-specific routing and account numbers.
Beneficiary information including name and address.
PIX code for Brazilian payments.
Memo code for certain payment methods.
CLABE number for Mexican SPEI payments.
ID of the blockchain wallet receiving the funds.
Amount to be received in stablecoin.
Amount to be sent in fiat currency.
Payment method for the transaction.
Billing fee for the transaction.
Transaction tracking information.
Payment tracking information.
Completion tracking information.
Partner fee tracking information.