Save a payment method to a customer for future charges.
curl https://api.geldstuck.com/v1/payments/customers/cus_01HX3ZR.../payment-methods \ -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \ -H "x-api-secret: $GELDSTUCK_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{"paymentMethodId": "pm_01HX3ZS...", "setDefault": true}'
{ "id": "pm_01HX3ZS...", "type": "card", "card": { "brand": "visa", "last4": "4242" }, "isDefault": true }
paymentMethodId