Create Pay Run
Create a pay run to make pay available to your members.
Include a list of Member IDs, and the amount you would like to make available in the form of a Money
object (please see Money Object).
We will either respond with a list of issues, or with a created PayRun
object.
The PayRun
will, by default, be executed after a 10 minute grace period. This can be seen in the scheduledFor
field of the PayRun
object.
Avoiding Duplicates
We strongly reccomend using an x-idempotency-key
to avoid duplicate pay run uploads, and therefore duplicate money
being made available to your members.
Authorizations
Headers
Unique key to ensure idempotency of the request
Body
Body
The body is of type object
.
Response
A pay run is a list of members and the amount of money they are able to withdraw
A pay run is a list of members and the amount of money they are able to withdraw A pay run that is in draft status
A pay run is a list of members and the amount of money they are able to withdraw A pay run that is in draft status
A pay run is a list of members and the amount of money they are able to withdraw A pay run that has been reverted
A pay run is a list of members and the amount of money they are able to withdraw A pay run that is available for withdrawal
A pay run is a list of members and the amount of money they are able to withdraw A pay run that is scheduled to run at a future date