v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Transfer Attempts
Retrieve a list of all Transfer Attempt resources, or filter the results to a specific Checkout Form, Payment Link, and Payout Link using the entity_id query parameter.
Query parameters
Filter by an amount equal to the given value.
Filter by an amount greater than.
Filter by an amount greater than or equal.
Filter by an amount less than.
Filter by an amount less than or equal.
Filter by Application ID.
Filter by Authorization ID.
Filter by the buyer's email address (exact match).
Filter by the buyer's email address (partial match).
Filter by the buyer's first name (exact match).
Filter by the buyer's first name (partial match).
Filter by the buyer's last name (exact match).
Filter by the buyer's last name (partial match).
Filter by the ID of the Checkout Form, Payment Link, or Payout Link.
Filter by the type of entity that initiated the Transfer Attempt.
Filter by whether the Transfer Attempt is tied to an Authorization.
Filter by Merchant ID.
Filter by Payment Instrument ID.
Filter by Transfer Attempt state.
Filter by Transfer ID.
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.
Filter by id.
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 Transfer Attempt resources
Example response
{
"_embedded": {
"transfer_attempts": [
{
"amount": 5000,
"application_id": "APfwZU6VSXNGRZi3ouEyLjAW",
"merchant_id": "MUmfEGv5bMpSJ9k5TFRUjkmm",
"transfer_id": "TR4XqdopsgBJmeVZznfFr9LZ"
}
]
}
}