Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Release a float on a scheduled Payout

Code Block
PUT /payout/t1_pay_asdsdasdasdasd
{
  "float" : "0"
}

...