Talli Campaign Manager API (v2)
The Talli Campaign Manager API provides programmatic access to create and manage payout campaigns, payout instructions, and reports. This API powers the Talli console interface and can be integrated with third-party systems to automate workflows.
- Campaigns: Create and manage fund distribution campaigns.
- Campaign drafts: Create and manage campaign drafts.
- Payout Instructions: Send and track payments to beneficiaries.
- Payout Methods: View available payment methods (PayPal, ACH, gift cards, etc.).
- Payouts: Details about selected payout
- Gift Cards: View details of a gift card requested by the beneficiary
- Prepaid Cards: View details of a prepaid card requested by the beneficiary
- Transfers: View details of Paypal, Venmo or ACH transfer requested by the beneficiary
- Reports: Access analytics and statistics about campaign performance.
- Funding sources: Create and manage funding sources.
- Templates: Create and manage templates.
https://docs.talli.ai/_mock/reference/swagger/
- Mock server
https://docs.talli.ai/_mock/reference/swagger/v2/campaign-manager/payout-methods
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.talli.ai/_mock/reference/swagger/v2/campaign-manager/payout-methods \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
OK
Indicates whether a valid phone number is required for this payout method.
Optional description providing additional information about the payout method.
Optional minimum amount that can be processed with this payout method.
Optional maximum amount that can be processed with this payout method.
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "category": "PrepaidCards", "iconUrl": "string", "isValidPhoneNumberRequired": true, "isActive": true, "description": "string", "minAmount": 0.1, "maxAmount": 0.1 } ]
- Mock server
https://docs.talli.ai/_mock/reference/swagger/v2/campaign-manager/payout-methods/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.talli.ai/_mock/reference/swagger/v2/campaign-manager/payout-methods/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
OK
Indicates whether a valid phone number is required for this payout method.
Optional description providing additional information about the payout method.
Optional minimum amount that can be processed with this payout method.
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "category": "PrepaidCards", "iconUrl": "string", "isValidPhoneNumberRequired": true, "isActive": true, "description": "string", "minAmount": 0.1, "maxAmount": 0.1 }