A Payout Link
is a unique, one-time link you can send via email or text to a recipient for fast and secure payouts. For card-based payouts, funds are typically available within minutes.
Payout Links can be used for various purposes, including insurance payments, sales commissions, and more. Each link can be customized to display your brand name and logo, providing a seamless experience for recipients.
Generate a Payout Link
resource to create a single-use link for sending a payout to a recipient.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
Response schema for creating a Payout Link
.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl -i -X POST \ -u US9bhCUqoTxo7V6di8ceb3Td:e704591a-1972-4b41-9884-6a67f5d7cdbb \ https://finix.sandbox-payments-api.com/payout_links \ -H 'Content-Type: application/json' \ -H 'Finix-Version: 2022-02-01' \ -d '{ "allowed_payout_operations": [ "PUSH_TO_CARD" ], "nickname": "Insurance Claim #2552", "tags": { "collectEmail": false, "collectPhoneNumber": false }, "items": [ { "name": "Insurance Payout #2552", "description": "Car Damage", "quantity": "1", "image_details": { "primary_image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Uninsured_cars_seized_by_police_in_Liverpool.JPG/220px-Uninsured_cars_seized_by_police_in_Liverpool.JPG" }, "price_details": { "amount": 100000, "currency": "USD" } } ], "amount_details": { "total_amount": 100000, "currency": "USD" }, "additional_details": { "expiration_in_minutes": 10080, "terms_of_service_url": "https://example.com/terms" }, "branding": { "icon": "", "brand_color": "#0D121A", "accent_color": "#0B5DBC", "button_font_color": "#FFFFFF", "logo": "https://s3-us-west-2.amazonaws.com/payments-dashboard-assets/dashboard.finixpayments.com/2022-04-28-22_56_33-finix-logo-v2.png" }, "recipient_details": { "first_name": null, "last_name": null, "business_name": null, "doing_business_as": null, "email": null } }'
{- "id": "payout_link_ches9gZg2WWM7ARM53pmP",
- "additional_details": {
- "success_return_url": null,
- "unsuccessful_return_url": null,
- "expired_session_url": null,
- "expiration_in_minutes": 10080
}, - "allowed_payout_operations": [
- "PUSH_TO_CARD"
], - "amount_details": {
- "total_amount": 100000,
- "currency": "USD"
}, - "application_id": "AP5Tq3MMxKwHYX7soDncrCQ3",
- "branding": {
- "brand_color": "#0D121A",
- "accent_color": "#0B5DBC",
- "icon": "",
- "logo_alternative_text": null,
- "button_font_color": "#FFFFFF"
}, - "created_at": "2024-11-15T10:07:50.353254Z",
- "items": [
- {
- "name": "Insurance Payout #2552",
- "image_details": {
- "alternative_image_urls": [ ]
}, - "price_details": {
- "amount": 100000,
- "currency": "USD"
}, - "description": "Car Damage",
- "quantity": 1
}
], - "link_expires_at": "2024-11-22T10:07:50.335572Z",
- "nickname": "Insurance Claim #2552",
- "recipient_details": null,
- "state": "ACTIVE",
- "tags": {
- "collectPhoneNumber": false,
- "collectEmail": false
}, - "updated_at": "2024-11-15T10:07:50.596865Z",
- "_links": {
}
}
Retrieve a list of Payout Link
resources.
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 Payout Link
objects.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/payout_links" \ -H "Finix-Version: 2022-02-01" \ -u US9bhCUqoTxo7V6di8ceb3Td:e704591a-1972-4b41-9884-6a67f5d7cdbb
{- "_embedded": {
- "payout_links": [
- {
- "id": "payout_link_caKCWTF8wyp784FEN7fF5",
- "additional_details": {
- "success_return_url": null,
- "unsuccessful_return_url": null,
- "expired_session_url": null,
- "expiration_in_minutes": 10080
}, - "allowed_payout_operations": [
- "PUSH_TO_CARD"
], - "amount_details": {
- "total_amount": 100000,
- "currency": "USD"
}, - "application_id": "AP5Tq3MMxKwHYX7soDncrCQ3",
- "branding": {
- "brand_color": "#0D121A",
- "accent_color": "#0B5DBC",
- "icon": "",
- "logo_alternative_text": null,
- "button_font_color": "#FFFFFF"
}, - "created_at": "2024-04-30T22:06:06.92597Z",
- "items": [
- {
- "name": "Insurance Payout #2552",
- "image_details": {
- "alternative_image_urls": [ ]
}, - "price_details": {
- "amount": 100000,
- "currency": "USD"
}, - "description": "Car Damage",
- "quantity": 1
}
], - "link_expires_at": "2024-05-07T22:06:06.928549Z",
- "nickname": "Insurance Claim #2552",
- "recipient_details": null,
- "state": "ACTIVE",
- "tags": {
- "collectPhoneNumber": "false",
- "collectEmail": "false"
}, - "updated_at": "2024-04-30T22:06:07.007377Z",
- "_links": {
}, - "page": {
- "limit": 100,
- "next_cursor": "ZTyLnqRtGpWxuTMeOVjPbR7y"
}
}
]
}
}
Retrieve the details of a previously created 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 |
Response schema for creating a Payout Link
.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/payout_links/payout_link_caydo4NPFJMoFhT5ZZfBf" \ -H "Finix-Version: 2022-02-01" \ -u US9bhCUqoTxo7V6di8ceb3Td:e704591a-1972-4b41-9884-6a67f5d7cdbb
{- "id": "payout_link_ches9gZg2WWM7ARM53pmP",
- "additional_details": {
- "success_return_url": null,
- "unsuccessful_return_url": null,
- "expired_session_url": null,
- "expiration_in_minutes": 10080
}, - "allowed_payout_operations": [
- "PUSH_TO_CARD"
], - "amount_details": {
- "total_amount": 100000,
- "currency": "USD"
}, - "application_id": "AP5Tq3MMxKwHYX7soDncrCQ3",
- "branding": {
- "brand_color": "#0D121A",
- "accent_color": "#0B5DBC",
- "icon": "",
- "logo_alternative_text": null,
- "button_font_color": "#FFFFFF"
}, - "created_at": "2024-11-15T10:07:50.353254Z",
- "items": [
- {
- "name": "Insurance Payout #2552",
- "image_details": {
- "alternative_image_urls": [ ]
}, - "price_details": {
- "amount": 100000,
- "currency": "USD"
}, - "description": "Car Damage",
- "quantity": 1
}
], - "link_expires_at": "2024-11-22T10:07:50.335572Z",
- "nickname": "Insurance Claim #2552",
- "recipient_details": null,
- "state": "ACTIVE",
- "tags": {
- "collectPhoneNumber": false,
- "collectEmail": false
}, - "updated_at": "2024-11-15T10:07:50.596865Z",
- "_links": {
}
}
Update an existing Payout Link
resource.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
Response schema for creating a Payout Link
.
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl -i -X PUT \ -u US9bhCUqoTxo7V6di8ceb3Td:e704591a-1972-4b41-9884-6a67f5d7cdbb \ 'https://finix.sandbox-payments-api.com/payout_links/payout_link_caydo4NPFJMoFhT5ZZfBf' \ -H 'Content-Type: application/json' \ -H 'Finix-Version: 2022-02-01' \ -d '{ "nickname": "Insurance Claim #2552", "tags": { "collectEmail": false, "collectPhoneNumber": false }, "items": [ { "name": "Insurance Payout #2552", "description": "Car Damage", "quantity": "1", "image_details": { "primary_image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Uninsured_cars_seized_by_police_in_Liverpool.JPG/220px-Uninsured_cars_seized_by_police_in_Liverpool.JPG" }, "price_details": { "amount": 100000, "currency": "USD" } } ], "amount_details": { "total_amount": 100000, "currency": "USD" }, "additional_details": { "expiration_in_minutes": 10080, "terms_of_service_url": "https://example.com/terms" }, "branding": { "icon": "", "brand_color": "#0D121A", "accent_color": "#0B5DBC", "button_font_color": "#FFFFFF", "logo": "https://s3-us-west-2.amazonaws.com/payments-dashboard-assets/dashboard.finixpayments.com/2022-04-28-22_56_33-finix-logo-v2.png" } }'
{- "id": "payout_link_ches9gZg2WWM7ARM53pmP",
- "additional_details": {
- "success_return_url": null,
- "unsuccessful_return_url": null,
- "expired_session_url": null,
- "expiration_in_minutes": 10080
}, - "allowed_payout_operations": [
- "PUSH_TO_CARD"
], - "amount_details": {
- "total_amount": 100000,
- "currency": "USD"
}, - "application_id": "AP5Tq3MMxKwHYX7soDncrCQ3",
- "branding": {
- "brand_color": "#0D121A",
- "accent_color": "#0B5DBC",
- "icon": "",
- "logo_alternative_text": null,
- "button_font_color": "#FFFFFF"
}, - "created_at": "2024-11-15T10:07:50.353254Z",
- "items": [
- {
- "name": "Insurance Payout #2552",
- "image_details": {
- "alternative_image_urls": [ ]
}, - "price_details": {
- "amount": 100000,
- "currency": "USD"
}, - "description": "Car Damage",
- "quantity": 1
}
], - "link_expires_at": "2024-11-22T10:07:50.335572Z",
- "nickname": "Insurance Claim #2552",
- "recipient_details": null,
- "state": "ACTIVE",
- "tags": {
- "collectPhoneNumber": false,
- "collectEmail": false
}, - "updated_at": "2024-11-15T10:07:50.596865Z",
- "_links": {
}
}