cURL
curl --request GET \ --url https://api.example.com/customers/{customerId}/payment-methods/secret
{ "clientSecret": "<string>" }
The customer id
Optional: the whenAt datetime
Client secret to setup a payment method
Was this page helpful?