List payment methods
Lists all payment methods for the current workspace (vault).
GET
/api/billing/payment-methodsRequest
curl
curl -X GET https://platform.trickest.com/api/billing/payment-methods \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of payment methods
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring