Create ghost card
Creates a ghost card, a multi-use virtual debit card issued to a vendor for recurring or discretionary spend.
Unlike single-use virtual cards issued as part of a payout transaction, ghost cards aren’t tied to a specific payout. They’re issued directly to a vendor and can be reused up to a configurable number of times within the card’s spending limits.
Authentication
Path parameters
The entity’s entrypoint identifier. Learn more
Request
Spending limit for the card. Must be greater than 0 and can’t exceed the paypoint’s configured payout credit limit.
Initial load amount for the card. Defaults to 0.
Maximum number of times the card can be used. If 0 or negative, defaults to 9999. Ignored and set to 1 when exactAmount is true.
When true, restricts the card to a single use. maxNumberOfUses is automatically set to 1 regardless of any other value provided.
Time period over which expenseLimit applies (for example, monthly or weekly). No server-side enforcement.
Maximum number of transactions allowed per day. Defaults to 0 (unlimited).
Maximum total spend allowed per day. Defaults to 0 (unlimited).
Maximum spend allowed per single transaction. Defaults to 0 (unlimited).
Response
Response text for operation: ‘Success’ or ‘Declined’.
Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.