Create Card AccountCopy Pagepost https://partner-api.getpliant.com/api/card-accountsCreates a new card account for the specified organization.Body ParamsorganizationIduuidrequiredThe unique identifier of the organization.namestringrequiredlength between 1 and 255The name of the card account.currencystring | nullThe currency code (e.g., EUR, USD).Responses 201Card account created successfully 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 409Conflict. The request could not be completed due to a conflict with the current state of the resource. You may retry the call. 429Too Many Requests. The API consumer has sent too many requests in a given amount of time. Please check our API guidelines. 500Internal Server Error. The request was not completed due to an internal error.Updated 23 days ago