FundingSources: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(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...")
 
Line 17: Line 17:
| Card|| Charge can be executed by bank card, either as a guest or as a logged-in Barion user.
| Card|| 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 (only available as guest)<br/>
| GooglePay || Payment can be completed using GooglePay <br/>
'''Note:''' Only available on capable devices
'''Note:''' Only available as guest on capable devices
|-
|-
| ApplePay || Payment can be completed using ApplePay (only available as guest)<br/>
| ApplePay || Payment can be completed using ApplePay<br/>
'''Note:''' Only available on capable devices
'''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.
'''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 12:57, 2 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

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
Card 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.