Skip to main content
GET
Get a payin

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Path Parameters

payinID
string<uuid>
required

Response

The payin.

payin_id
string<uuid>
account_id
string
kind
enum<string>
Available options:
qr,
collect,
push
country
string
currency
string
method
string
local_amount
string
status
enum<string>
Available options:
pending,
credited,
unassigned,
expired,
failed
reference
string
created_at
string<date-time>
updated_at
string<date-time>
fx_rate
string

Your payin rate at credit time (present once the payment was received and converted).

usdt_gross
string
fee
string
usdt_credited
string
failure
object

Present only when the payin is failed on active collections: where the rejection originated (provider = the payer's bank, core = pre-charge validation) plus the concrete code and message.

Last modified on July 19, 2026