Retrieve available payment methods
GET https://www.prayerletters.com/api/v1/payment/methods

Successful Response

HTTP/1.1 200 OK
{ "data" : [ { "account_required" : true, "method" : "invoice", "ministry" : "ethnos360", "type" : "payment_method" }, { "card_type" : "Visa", "expires" : "2024-12-31", "id" : "c-34t-fdzv", "last_four" : "1234", "method" : "card", "type" : "payment_method" } ], "links" : { "self" : "https://www.prayerletters.com/api/v1/payment/methods" }, "type" : "list" }