Path parameters
version string Required Defaults to 1
version
Request This endpoint expects an object.
customer_id string or null Required
The ID of the customer.
billing_entity_id string or null Required
The ID of the billing entity granting the wallet grant.
wallet_id string or null Required
The ID of the wallet.
type enum Optional
The type of wallet grant.
Allowed values: DEFAULT PROMOTION
description string or null Optional format: "^.*$"0-256 characters
The description of the wallet grant.
grant_amount object Optional
The value of the grant in case of an amount wallet type.
grant_credits object Optional
The value of the grant in case of a credits wallet type.
paid_amount object Optional
start_at datetime or null Optional
expire_at datetime or null Optional
Response Created
object_type string or null Read-only
id string or null Read-only
customer_id string or null
The ID of the customer.
billing_entity_id string or null
The ID of the billing entity granting the wallet grant.
wallet_id string or null
The ID of the wallet.
type enum
The type of wallet grant.
Allowed values: DEFAULT PROMOTION
description string or null format: "^.*$"0-256 characters
The description of the wallet grant.
grant_amount object
The value of the grant in case of an amount wallet type.
grant_credits object
The value of the grant in case of a credits wallet type.
expire_at datetime or null
created_at string or null Read-only