curl --request PATCH \
--url https://api.malga.io/v1/providers/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"name": "SANDBOX",
"credentials": {
"type": "SANDBOX",
"apiKey": "1234567890"
},
"acquirer": {
"merchantId": "1234567890",
"bin": [
{
"brand": "Mastercard",
"value": "550259"
}
]
}
}'
id do provedor
Was this page helpful?
curl --request PATCH \
--url https://api.malga.io/v1/providers/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"name": "SANDBOX",
"credentials": {
"type": "SANDBOX",
"apiKey": "1234567890"
},
"acquirer": {
"merchantId": "1234567890",
"bin": [
{
"brand": "Mastercard",
"value": "550259"
}
]
}
}'
curl --request PATCH \
--url https://api.malga.io/v1/providers/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"name": "SANDBOX",
"credentials": {
"type": "SANDBOX",
"apiKey": "1234567890"
},
"acquirer": {
"merchantId": "1234567890",
"bin": [
{
"brand": "Mastercard",
"value": "550259"
}
]
}
}'
id do provedor
Was this page helpful?
curl --request PATCH \
--url https://api.malga.io/v1/providers/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"name": "SANDBOX",
"credentials": {
"type": "SANDBOX",
"apiKey": "1234567890"
},
"acquirer": {
"merchantId": "1234567890",
"bin": [
{
"brand": "Mastercard",
"value": "550259"
}
]
}
}'