Skip to main content
GET
Get Payin

Path Parameters

account_id
string
required
The account’s external ID (starts with acc_)
payin_id
string
required
The payin’s external ID (starts with pi_)

Response

id
string
Payin identifier (starts with pi_)
object
string
Always returns "payin"
account_id
string
Account ID
amount
string
Payin amount (decimal)
currency
string
Currency code
network
string
Blockchain network (for crypto payins)
amount_in_usd
string
Amount converted to USD
status
string
Payin status: pending, processing, completed, or failed
payment_method
string
Payment method (e.g., crypto, manual, bank_transfer)
payin_type
string
Type of payin: standard or manual
note
string
Optional note
txn_hash
string
Blockchain transaction hash (for crypto payins)
provider_reference_id
string
Provider reference ID
initiated_at
string
ISO 8601 timestamp when payin was initiated
completed_at
string
ISO 8601 timestamp when payin completed
failed_at
string
ISO 8601 timestamp when payin failed
failed_reason
string
Reason for failure
created
string
ISO 8601 timestamp when created
updated
string
ISO 8601 timestamp when last updated

Response Example