Issue a New Card
POST/api/v1/cards/companies/:companyUuid/accounts/:accountUuid/cards
Creates (issues) a new card under the specified account within a given company.
info
This is an asynchronous operation. After you initiate the card issuance, the card's status might initially be creating
. You should call Retrieve Card Details and check the status
field to confirm when the card becomes active
(or if the creation fails with creating_failed
).
Request
Responses
- 201
Card creation request accepted.