cURL
curl --request GET \ --url https://demo.api.harmony.compago.com/api/payment-method/{id} \ --header 'x-api-key: <api-key>'
{ "id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "status": "PENDING", "externalId": "<string>", "card": { "lastFourDigits": "4242", "networkType": "VISA" }, "createdAt": "2023-11-07T05:31:56Z" }
The unique identifier of the payment method
Payment method details
Detailed payment method information
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
PENDING
ACTIVE
EXPIRED
REVOKED
Show child attributes