Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Payment instructions in the PurchaseUnit #288

Open
DevFreeze opened this issue Jan 12, 2024 · 1 comment
Open

Feature: Payment instructions in the PurchaseUnit #288

DevFreeze opened this issue Jan 12, 2024 · 1 comment

Comments

@DevFreeze
Copy link

It would be nice to be able to add payment instructions for the purchase unit in order to add platform fees.

The purchase unit can receive additional instructions for each purchase: Purchase unit request

"payment_instruction": {
    "platform_fees": [
        {
            "amount": {
                "currency_code": "str",
                "value": "string"
            },
           "payee": 
            {
                "email_address": "string",
                "merchant_id": "stringstrings"
            }
        }
    ],
    "payee_pricing_tier_id": "string",
    "payee_receivable_fx_rate_id": "string",
    "disbursement_mode": "INSTANT"
},

If there is already a different solution how we can collect platform fees, that would also be nice.

Copy link

Thank you for reaching out to the Native Checkout SDK team. This integration path is now inactive for new merchants.
If you are an existing merchant, please contact us here for further assistance.

New merchants can integrate the Native Checkout experience via the Braintree Android SDK or PayPal Android SDK.
For more information please see their respective developer documentation linked below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant