Send virtual card link

View as MarkdownOpen in Claude

Sends a virtual card link via email to the vendor associated with the transId.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
requestTokenstring

Long-lived API token sent in the requestToken header. See API token authentication.

Request

This endpoint expects an object.
transIdstringRequired

The transaction ID of the virtual card payout. The ID is returned as ReferenceId in the response when you authorize a payout with POST /MoneyOut/authorize.

Response

Success
successboolean
Indicates whether the operation was successful.
messagestring
A status message describing the result.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error