Skip to main content
GET
Get a wallet grant

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Path Parameters

id
string
required

Unique identifier for the wallet-grant

Response

Success

amount
string
required

Amount of the grant

created_at
string<date-time>
required

Timestamp when the grant was created

Example:

"2026-04-01T10:00:00Z"

id
string
required

Unique identifier for the wallet grant

Example:

"wgr_01H1VECT"

status
enum<string>
required

Status of the grant

Available options:
pending,
approved,
voided,
expired
Example:

"approved"

updated_at
string<date-time>
required

Timestamp when the grant was last updated

Example:

"2026-04-01T12:30:00Z"

wallet_id
string
required

Identifier of the wallet this grant belongs to

Example:

"wlt_01H2ABC"

description
string | null

Description of the grant

expires_at
string<date-time> | null

When the grant expires

Example:

"2027-03-24T10:00:00Z"

invoice_id
string | null

Associated invoice identifier

payment_id
string | null

Associated payment identifier