Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{}
curl --location --request GET 'https://api.staging.mintedconnect.com/partner/pay/resolve' \ --header 'api-version: 2' \ --header 'api-version;' \ --header 'x-client-id;' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "data": [ { "id": 2, "name": "Credit Card", "type": "card", "slug": "creditcard", "description": null, "order": 0 } ], "success": true, "code": 0, "message": "" }