Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Examples of creating One Time Payouts:

One Time 100% Payout with Float

Where a merchant is required to keep a fixed amount in the available balance. In this example a float of $10.00.

PUT /payout
{
	"entity": "{{Entity_ID_Merchant4}}",
	"account": "{{Account_ID_Merchant4}}",
	"name": "One-Time Payout",
	"amount": "10000",
	"schedule": "5",
	"float" : "1000"
	"start" : "20201223",
	"um": 1
}

One Time Payout that is 80% of available balance

PUT /payout
{
	"entity": "{{Entity_ID_Merchant4}}",
	"account": "{{Account_ID_Merchant4}}",
	"name": "One-Time Payout",
	"amount": "8000",
	"schedule": "5",
	"start" : "20201223",
	"um": 1
}


One Time Payout of 100%

For example at the end of a monthly cycle

PUT /payout
{
	"entity": "{{Entity_ID_Merchant4}}",
	"account": "{{Account_ID_Merchant4}}",
	"name": "One-Time Payout",
	"amount": "10000",
	"schedule": "5",
	"start" : "20201223",
	"um": 1
}

Payout Schedules

  • No labels