#khaled_03640

1 messages · Page 1 of 1 (latest)

atomic galleonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

eager moth
frozen plume
#

no I don't need the customer to pay for me the fees
it will be deducted from the platform account but i need to know the amount of it

#

?

eager moth
#

And if not, can you give me a specific example of how you would want this fund flow to work with a payment of $10?

frozen plume
#

i got api for transaction
this is the response

 {
            "id": "txn_1OetPZFEgoPPTUJhVgVPivEB",
            "object": "balance_transaction",
            "amount": -550,
            "available_on": 1706767569,
            "created": 1706767569,
            "currency": "aed",
            "description": "Connect (2024-01-01 - 2024-01-31): Active Account Billing",
            "exchange_rate": null,
            "fee": 28,
            "fee_details": [
                {
                    "amount": 28,
                    "application": null,
                    "currency": "aed",
                    "description": "VAT",
                    "type": "tax"
                }
            ],
            "net": -578,
            "reporting_category": "fee",
            "source": null,
            "status": "available",
            "type": "stripe_fee"
        },

I need this amount "amount": 28,
but how to get the payment I just have txn_1OetPZFEgoPPTUJhVgVPivEB

eager moth