Set the payment method
POST/api/v3/package/:package_id/_action/setPayMethod
Valid values for specifying paymethod:
inv- Generate an invoice for the subscription but do not take an automatic paymentcrd- Credit Cardach- ACH/eChecktok- Tokenized payment method
Additionally:
- If you specify
crdyou must specify thecreditcard_id - If you specify
achyou must specify theach_id - If you specify
tokyou must specify thetokenized_id
Request
Responses
- 200
- 400
- 401
Action completed successfully
Bad request
Authentication error