Recreates a payment token with updated card information, typically used when updating expired or changed card details.
projectId (guid, required) — Project identifier for authentication.id (guid, required) — Payment information ID to update.model (CompanyProjectCreditCardPaymentInfoReCreateCommandRequest, required) — Updated card information.CompanyProjectCreditCardPaymentInfoReCreateCommandResponse containing the new payment token.
The access token received from the authorization server in the OAuth 2.0 flow.
The project identifier for authentication.
The payment information ID to recreate/update.
The updated card information or new token details.
Base structure for command requests that modify data. Represents the payload used to refresh an existing payment profile with updated card or address details.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Create response containing the identifier of the newly created entity. Represents the response returned after refreshing an existing payment profile.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Unique identifier of the newly created entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"