გადახდა
curl -X POST “https://dev.ipay.ge/opay/api/v1/oauth2/token” -H “accept: application/json” -H “Authorization: Basic your_secret_key_client_id_base64” -H “Content-Type: application/x-www-form-urlencoded” -d “grant_type=client_credentials”
curl -X POST “https://dev.ipay.ge/opay/api/v1/oauth2/token” -H “accept: application/json” -H “Authorization: Basic your_secret_key_client_id_base64” -H “Content-Type: application/x-www-form-urlencoded” -d “grant_type=client_credentials”