v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Dispute Adjustment Transfers
List the adjustment Transfers for a Dispute. Depending on the stage of the Dispute, different adjustment Transfer subtypes can be applied.
There are four available subtypes for adjustment Transfers in Disputes:
- PLATFORM_CREDIT
- MERCHANT_DEBIT
- MERCHANT_CREDIT
- PLATFORM_DEBIT
Query parameters
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 balance adjustment Transfers in a Dispute
Example response
{
"_embedded": {
"transferes": [
{
"amount": 5000,
"amount_requested": 100,
"merchant": "MUxxxxxxxxxxxxxxxxxxxxxxx",
"merchant_identity": "IDxxxxxxxxxxxxxxxxxxxxxxxx",
"network_details": {
"brand": "VISA"
}
}
]
}
}