FundingSources: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(2 intermediate revisions by the same user 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
|-
|-
| Card|| Charge can be executed by bank card, either as a guest or as a logged-in Barion user.
| 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/>
| GooglePay || Payment can be completed using GooglePay <br/>

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.