FundingSources: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
Stankovicsa (talk | contribs) |
||
Line 7: | Line 7: | ||
= Possible values = | = Possible values = | ||
'''Note:''' There is no option to disallow payment by balance since that would deny Barion Wallet users with a balance the ability to pay. There is an option to exclude cards, but not balance. | |||
{| class="wikitable api-table" | {| class="wikitable api-table" | ||
!Value | !Value | ||
Line 24: | Line 27: | ||
|} | |} | ||
'''Note:''' Available payment methods granted by Barion operators for your shop, for eg. if your contract denies GooglePay, it won't be displayed on Barion Smart Gateway, no matter what you send. | '''Note:''' Available payment methods granted by Barion operators for your shop, so for eg. if your contract denies GooglePay, it won't be displayed on Barion Smart Gateway, no matter what you send. |
Revision as of 10:28, 20 September 2021
FundingSources array
This array inidcates the payment methods, that will be available to the payer on the gateway.
This array is used by the following API endpoints:
Possible values
Note: There is no option to disallow payment by balance since that would deny Barion Wallet users with a balance the ability to pay. There is an option to exclude cards, but not balance.
Value | Description |
---|---|
All | Payment can be completed with all funding sources. Equivalent to ["Balance", "Card", "GooglePay", "ApplePay"] |
Balance | Payer can use their Barion wallet balance |
BankCard | Charge can be executed by bank card, either as a guest or as a logged-in Barion user. |
GooglePay | Payment can be completed using GooglePay Note: Only available as guest on capable devices |
ApplePay | Payment can be completed using ApplePay Note: Only available as guest on capable devices |
Note: Available payment methods granted by Barion operators for your shop, so for eg. if your contract denies GooglePay, it won't be displayed on Barion Smart Gateway, no matter what you send.