API Reference
Endpoint Reference
cURL
curl --request POST \ --header 'Authorization: Bearer YOUR_SECRET_API_KEY' \ --url https://sandbox.straddle.com/v1/accounts/<uuid>/capability_requests \ --header 'Content-Type: application/json'
{ "meta": { "api_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api_request_timestamp": "2023-11-07T05:31:56Z", "total_items": 123, "page_number": 123, "page_size": 123, "max_page_size": 123, "sort_by": "<string>", "sort_order": "asc", "total_pages": 123 }, "response_type": "object", "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "charges", "category": "payment_type", "settings": {}, "status": "active", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Submits a request to enable a specific capability for an account. Use this endpoint to request additional features or services for an account.
10 - 40
Show child attributes
object
array
error
none