Run in Apidog
Create a new wallet with the specified attributes.
Request Body Params application/json
{
"holder_id" : "81fd9a9e-5c0f-48ec-aa7d-0fb99f12b3b1" ,
"asset_class" : "CURRENCY" ,
"asset" : "AUD" ,
"partner_product" : "KOBBLE_AUD_1"
} Request Code Samples
curl --location '/customers/v1/wallets' \
--header 'x-client-id;' \
--header 'Content-Type: application/json' \
--data '{
"holder_id": "81fd9a9e-5c0f-48ec-aa7d-0fb99f12b3b1",
"asset_class": "CURRENCY",
"asset": "AUD",
"partner_product": "KOBBLE_AUD_1"
}' Responses Wallet created. KOBBLE_AUD_1 wallets are created ACTIVE synchronously. KOBBLE_AUD_2 wallets are created PENDING and move to ACTIVE (with bank details attached) or PERMANENTLY_CLOSED via asynchronous partner provisioning.
{
"id" : "73557536-d005-4488-9d0c-aabe48705595" ,
"external_id" : "11111" ,
"created_at" : "2025-01-14T16:56:58.947Z" ,
"updated_at" : "2025-01-14T16:56:58.947Z" ,
"holder_id" : "db13f0b1-dbb8-4476-9e31-fb93bcb3ec33" ,
"asset" : "AUD" ,
"asset_class" : "CURRENCY" ,
"status" : "ACTIVE" ,
"partner_product" : "KOBBLE_AUD_1" ,
"total_amount" : 0 ,
"amount" : 0 ,
"reserved_amount" : 0 ,
"account_number" : null ,
"bank_code_type" : null ,
"bank_code" : null ,
"owner" : "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
Modified at 2026-08-05 04:06:11