Send virtual card link
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.
transId
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
success
Indicates whether the operation was successful.
message
A status message describing the result.
link
The secure link the vendor uses to view their virtual card details. Empty when the operation fails.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error