Skip to main content
Version: 1.24

Stripe Direct Payment (unsafe obsolete)

Create a direct payment through you stripe platform. The payment is made directly to the destination account and the platform receives the application fee.A refund must be initiated by the destination account. You can use the [Stripe:ChargeId] token if the payment to platform was succesful.

Parameter Reference

ParameterDescriptionSupports TokensDefault
API Secret KeySpecify your platform's Secret Key. Can contain My Tokens.YesNone
Application Fee PercentagePercentage of how much the application will charge based on the amount field. Use dot to separate decimals. (Ex: 2.35) Can contain My Tokens.YesNone
Application Fee Fixed AmountA fixed amount that the application will charge. This amount is added after the Application Fee Percentage. Use dot to separate decimals. (Ex: 0.50) Can contain My Tokens.YesNone
Payee EmailCan contain My Tokens.YesNone
DescriptionDescription of the payment. Can contain My Tokens.YesNone
Payment ToThe destination AccountID of the payment. Does not work with the account of the platform. Can contain My Tokens.YesNone
Card NumberCredit card number. Can contain My Tokens.YesNone
Card CVC/CCVCredit card cvc/ccv. Can contain My Tokens.YesNone
Card Expiration MonthCan contain My Tokens.YesNone
Card Expiration YearCan contain My Tokens.YesNone
Card Owner's NameCan contain My Tokens.YesNone
Card Address CityCan contain My Tokens.YesNone
Card Address CountryCan contain My Tokens.YesNone
Card AddressCan contain My Tokens.YesNone
AmountAmount that is going to be transfered (in cents). Can contain My Tokens.YesNone
CurrencyCan contain My Tokens.YesNone
On SuccessDefine a list of actions that should execute when this action's result is Success.NoNone
On ErrorDefine a list of actions that should execute when this action's result is Error. You can see the error message in [Stripe:ErrorMessage].NoNone