v1
latestOpenAPI 3.0.02026-07-248834.9 KBCard
Share card
Share a card securely with another person via email. The recipient will receive an email with a secure link to view the card details (PAN, CVV, expiration date). The shared card link expires after a set period for security. This feature requires a subscription.
post/cards/{card_token}/share
Path parameters
card_tokenstring uuid required
The unique token of the card to share.
Request body
Example request
{
"recipient_email": "recipient@example.com"
}Response
OK - Card successfully shared. Returns the card object.
Example response
{
"created": "2021-06-28T22:53:15Z",
"exp_month": "06",
"exp_year": "2027",
"memo": "New Card",
"spend_limit": 1000,
"token": "7ef7d65c-9023-4da3-b113-3b8583fd7951",
"cvv": "776",
"pan": "4111111289144142"
}