Save the credit card collected using the given intent as the default card.
POST/api/management/v2/tenantadm/billing/card/:id/confirm
Save the credit card collected using the given intent as the default card.
Request
Responses
- 204
- 401
- 404
- 409
- 500
New credit card is saved as the default one.
Unauthorized.
Not Found.
Setup intent is in invalid state; see error for details.
Internal Server Error.