Card Payment Price Fix (Get Prices)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location 'https://test.your-api-server.com/mintedapi/Buy/cardpayment/cardPaymentFixPrice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "string"
}'
Responses
application/json
Modified at 2024-12-30 14:34:31