public
|
__construct(string $id, SecureEmailForCardDetailsRequest $requestBody, array $headerParameters = [])
Creates a secure email to send card number, CVV, and expiration date of a card by ID to the specified email.
Creates a secure email to send card number, CVV, and expiration date of a card by ID to the specified email.
This endpoint is currently gated. If you would like to request access, please reach out to
[email protected]
Parameters
|
#
|
public
|
getBody(SerializerInterface $serializer, $streamFactory = null): array
Get body for an endpoint.
Get body for an endpoint.
Return value consist of an array where the first item will be a list of headers to add on the request (like the Content Type)
And the second value consist of the body object.
Implements
|
#
|