Skip to main content
POST
/
wallet
/
card-collect
Create Hosted Card Collection
curl --request POST \
  --url https://api.sandbox.henrylabs.ai/v0/wallet/card-collect \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <x-user-id>'
{
  "success": true,
  "status": "<string>",
  "message": "<string>",
  "data": {
    "modal_url": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Headers

x-user-id
string
required

Query Parameters

auth
boolean
default:true

Whether authentication is required for card collection (default: true)

Response

Card collection modal initiated successfully

success
boolean
required
status
string
required
message
string
required
data
object