cURL
curl --request GET \ --url https://api.ongoody.com/v1/payment_methods \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "8f286a4a-be93-4db5-bd87-c9507bd5a902", "name": "Visa 1234", "cardholder_name": "Card 1" }, { "id": "bb21bcc6-7db5-463b-a478-c661a255db58", "name": "Mastercard 5678", "cardholder_name": "Card 2" } ], "list_meta": { "total_count": 2 } }
Documentation IndexFetch the complete documentation index at: https://developer.ongoody.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.ongoody.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Goody API key.
Payment methods retrieved
Show child attributes