#lexit_best-practices

1 messages · Page 1 of 1 (latest)

pine quiverBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1268705623470637116

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

heavy pendantBOT
#

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.

autumn lintel
#

I have for example set 2% as my pricing strategy on the dashboard.

#

If this is my balance what do I need to set in the payout api:
"instant_available": [ { "amount": 500, "currency": "usd", "net_available": [ { "amount": 490, "destination": "ba_abc123", "source_types": { "card": 490 } } ], "source_types": { "card": 500 } } ],

steady stump
#

It is in the docs 🙂 if you look at step 2:

Call create payout with method=instant. Use the amount field corresponding with your monetisation strategy, either instant_available.amount or instant_available.net_available[0].amount.

autumn lintel
#

I dont understand however. So if I say 500 in payout endpoint will it not be able to charge the fee or will it automatically calculate the fee and charge it?

steady stump
#

If you're monitising with Application Fees (from the dashboard) then you'd need to pass 490

The property instant_available.net_available is the connected account’s instant balance net of platform fees for each instantly available destination. You must use this field if you’re monetising with Application Fees.

autumn lintel
#

Okay makes sense thank you.

steady stump
#

NP! 🙂 Happy to help

autumn lintel
#

If I call this api

#

Will it automatically change payout schedule to manual?

#

Or will I have to do this in a seperate call and then call the create payout endpoint?

steady stump
#

I don't believe the Instant payout should change the payout schedule at all

#

I'd recommend trying it out just to be 100% certain

autumn lintel
#

Okay I would hope so too.

#

I will try and come back here if it doesn't work. Thank you @steady stump

steady stump
#

Sounds good!