cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/payment-methods/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b3e1c2d4-f5a6-4789-b012-c3d4e5f6a7b8", "name": "Check", "isActive": true, "createdAt": "2024-09-03T23:11:55.152Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The payment method uuid
uuid
200
The unique identifier for the object.
The name of the payment method.
Whether the payment method is active.
The timestamp when the object was created.