FundingSources: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) (Created page with "{{PageTitle|title=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 AP...") |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
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 15: | Line 18: | ||
| Balance || Payer can use their Barion wallet balance | | 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 <br/> | |||
'''Note:''' Only available as guest on capable devices | |||
|- | |- | ||
| | | ApplePay || Payment can be completed using ApplePay<br/> | ||
'''Note:''' Only available on capable devices | '''Note:''' Only available as guest on capable devices | ||
|- | |- | ||
| | | BankTransfer || Payment can be completed via bank transfer<br/> | ||
'''Note:''' | '''Note:''' Supported banks vary by country and currency | ||
|} | |} | ||
'''Note:''' Available payment methods | '''Note:''' Available payment methods may be limited by Barion operators for your shop, so for eg. if your contract does not allow Google Pay, it won't be displayed on Barion Smart Gateway, no matter what you send in this property. |
Latest revision as of 10:06, 18 March 2022
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 |
BankTransfer | Payment can be completed via bank transfer Note: Supported banks vary by country and currency |
Note: Available payment methods may be limited by Barion operators for your shop, so for eg. if your contract does not allow Google Pay, it won't be displayed on Barion Smart Gateway, no matter what you send in this property.