A transfer_attempt
is created when a buyer attempts to pay for a payment using a Payment Link or Checkout Form. Using Transfer Attempts, you can track the lifecycle of a payment or a series of payments if you are using a multi-use Payment Link.
Each transfer_attempt
has as reference to a transfer_id
to allow you to query it for additional data.
Retrieve a list of Transfer Attempt
resources by providing the ID of the originating Checkout Form
, Payment Link
or Payout Link
using the entity_id
query parameter.
For details on how to query endpoints using the available parameters, see Query Parameters.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
List of Transfer Attempt
objects.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/transfer_attempts?entity_id=checkout_form_c6g1yfdPHzTNF6PyQzuwa" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "_embedded": {
- "transfer_attempts": [
- {
- "id": "transfer_attempt_c7QWvvkXN2Xkg6z1wyuKH",
- "created_at": "2024-02-01T19:36:00.66Z",
- "updated_at": "2024-02-01T19:36:00.66Z",
- "amount": 647100,
- "application_id": "APfwZU6VSXNGRZi3ouEyLjAW",
- "buyer_details": {
- "first_name": "John",
- "last_name": "Adams",
- "email": "segmewoodmerellc@gmail.com",
- "identity_id": "IDdjTo3u82d5hBhViHrJo3eh",
- "phone": null,
- "billing_address": null,
- "shipping_address": {
- "city": null,
- "country": "USA",
- "line1": null,
- "line2": null,
- "postal_code": null,
- "region": null
}
}, - "currency": "USD",
- "entity_id": "checkout_form_c5Z3t8acufWAeYJ7o5Cwf",
- "entity_type": "CHECKOUT_FORM",
- "merchant_id": "MUs6gqsciLh1vRtKMuw6MR8B",
- "payment_frequency": null,
- "payment_instrument_id": "PIqBEFHYg4xAAdnLnwN7MrYq",
- "state": "SUCCEEDED",
- "tags": { },
- "transfer_id": "TR4XqdopsgBJmeVZznfFr9LZ"
}, - {
- "id": "transfer_attempt_c7QWvvkXN2Xkg6z1wyuKH",
- "created_at": "2024-02-01T19:36:00.66Z",
- "updated_at": "2024-02-01T19:36:00.66Z",
- "amount": 647100,
- "application_id": "APfwZU6VSXNGRZi3ouEyLjAW",
- "buyer_details": {
- "first_name": "John",
- "last_name": "Adams",
- "email": "segmewoodmerellc@gmail.com",
- "identity_id": "IDdjTo3u82d5hBhViHrJo3eh",
- "phone": null,
- "billing_address": null,
- "shipping_address": {
- "city": null,
- "country": "USA",
- "line1": null,
- "line2": null,
- "postal_code": null,
- "region": null
}
}, - "currency": "USD",
- "entity_id": "payment_link_c7KJP5KcrCSh82EwmWVBt",
- "entity_type": "PAYMENT_LINK",
- "merchant_id": "MUs6gqsciLh1vRtKMuw6MR8B",
- "payment_frequency": "ONE_TIME",
- "payment_instrument_id": "PIqBEFHYg4xAAdnLnwN7MrYq",
- "state": "SUCCEEDED",
- "tags": { },
- "transfer_id": "TR4XqdopsgBJmeVZznfFr9LZ"
}, - {
- "id": "transfer_attempt_c7QWvvkXN2Xkg6z1wyuKH",
- "created_at": "2024-02-01T19:36:00.66Z",
- "updated_at": "2024-02-01T19:36:00.66Z",
- "amount": 647100,
- "application_id": "APfwZU6VSXNGRZi3ouEyLjAW",
- "buyer_details": null,
- "recipient_details": {
- "type": "BUSINESS",
- "business_name": "John Doe Trucking, LLC",
- "doing_business_as": "John Doe Truck Movement",
- "first_name": "John",
- "last_name": "Doe",
- "email": "abc@test.com",
- "phone_number": "1234567890",
- "personal_address": {
- "country": "USA",
- "region": "CA",
- "city": "SF",
- "line1": "631 howard st",
- "line2": "string",
- "postal_code": "94105"
}, - "business_address": {
- "country": "USA",
- "region": "CA",
- "city": "SF",
- "line1": "631 howard st",
- "line2": "string",
- "postal_code": "94105"
}, - "personal_tax_id_provided": true,
- "business_tax_id_provided": true
}, - "currency": "USD",
- "entity_id": "payout_link_xyz",
- "entity_type": "PAYOUT_LINK",
- "type": "CREDIT",
- "operation_key": "PUSH_TO_ACH",
- "merchant_id": null,
- "recipient_merchant_id": "MUxxxxx",
- "payment_frequency": null,
- "payment_instrument_id": "PIqBEFHYg4xAAdnLnwN7MrYq",
- "state": "SUCCEEDED",
- "tags": { },
- "transfer_id": "TR4XqdopsgBJmeVZznfFr9LZ"
}
]
}, - "_links": {
}, - "page": {
- "limit": 100,
- "next_cursor": "ZTyLnqRtGpWxuTMeOVjPbR7y"
}
}
Retrieve the details of a Transfer Attempt
initiated from a Checkout Form
, Payment Link
or Payout Link
.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
A single Transfer Attempt
object.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/transfer_attempts/transfer_attempt_c6g1S77UKrNmRM4x1bFUf" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "id": "transfer_attempt_c7QWvvkXN2Xkg6z1wyuKH",
- "created_at": "2024-02-01T19:36:00.66Z",
- "updated_at": "2024-02-01T19:36:00.66Z",
- "amount": 647100,
- "application_id": "APfwZU6VSXNGRZi3ouEyLjAW",
- "buyer_details": {
- "first_name": "John",
- "last_name": "Adams",
- "email": "segmewoodmerellc@gmail.com",
- "identity_id": "IDdjTo3u82d5hBhViHrJo3eh",
- "phone": null,
- "billing_address": null,
- "shipping_address": {
- "city": null,
- "country": "USA",
- "line1": null,
- "line2": null,
- "postal_code": null,
- "region": null
}
}, - "currency": "USD",
- "entity_id": "checkout_form_c5Z3t8acufWAeYJ7o5Cwf",
- "entity_type": "CHECKOUT_FORM",
- "merchant_id": "MUs6gqsciLh1vRtKMuw6MR8B",
- "payment_frequency": null,
- "payment_instrument_id": "PIqBEFHYg4xAAdnLnwN7MrYq",
- "state": "SUCCEEDED",
- "tags": { },
- "transfer_id": "TR4XqdopsgBJmeVZznfFr9LZ"
}