v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Disbursement Rules
Retrieve a list of Disbursement Rule resources linked to an Application / Platform. Currently, there is only one Disbursement Rule object per application / platform.
For details on how to query endpoints using the available parameters, see Query Parameters.
Query parameters
The ID of the Application or Platform that the Disbursement Rule belongs to.
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
The numbers of items to return.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Disbursement Rule resources
Example response
{
"_embedded": {
"disbursement_rules": [
{
"application_details": {
"ach_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"card_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"balance_adjustment_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
]
},
"recipient_details": {
"ach_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"card_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"balance_adjustment_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
]
},
"sender_details": {
"ach_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"card_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
],
"balance_adjustment_rules": [
{
"type": "TIME_RANGE",
"time_frame": "DAILY",
"start_time": 11
}
]
}
}
]
}
}