Skip to main content
POST
/
v2
/
signup
/
pending
/
{pending_id}
/
setup-intent
Post Signup Setup Intent
curl --request POST \
  --url https://api.loyalty.dog/v2/signup/pending/{pending_id}/setup-intent
{
  "clientSecret": "<string>",
  "setupIntentId": "<string>"
}

Path Parameters

pending_id
string
required

The pending User id from POST /signup/pending

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

clientSecret
string
required
setupIntentId
string
required