updatePaymentMethod
Will open Connect on the payment methods page. Upon successful update, users will be redirected back to callbackUrl
if provided.
Creating a Connect Session with updatePaymentMethod intent
$ curl --request "POST" \
--url "https://api.gigs.com/projects/${GIGS_PROJECT}/connectSessions" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${GIGS_TOKEN}" \
--data '{
"callbackUrl": "https://example.com",
"intent": {
"type": "updatePaymentMethod"
},
"user": "usr_0U2ViuFW0Z7P8Y2S1L76mfADMT6m"
}'
Where to go from here
- Read the Connect Sessions API Documentation
- Reach out to support@gigs.com for assistance