Wallet Transactions
· One min read
-
Documentation -> Integration Basics -> Create a Redirect Session for new Transaction Intent
transactionData.direction
attribute was added as an alternative totransactionData.type
, so that customers may choose to pay an order directly from their Zastrpay wallet, or in cash (by generating a QR Code and going to a Zastrpay shop). -
The following transaction types have been added:
CustomerToMerchantTransfer
(payment of an order directly from the customer's Zastrpay wallet)CustomerToMerchantPassthrough
(payment of an order by cash - QR Code is generated and the customer needs to go to a Zastrpay shop)MerchantToCustomerTransfer
(payout directly to the customer's Zastrpay wallet)MerchantToCustomerPassthrough
(payout to cash - QR Code is generated and the customer needs to go to a Zastrpay shop)
-
Note that the following transaction types will be decommissioned in the future:
PassthroughDeposit
(superseded byCustomerToMerchantPassthrough
)PassthroughWithdrawal
(superseded byMerchantToCustomerPassthrough
)