put https://api.{dev}.geopagos.com.br/children//affiliations/
Request para alterar informações de uma afiliação.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Request para alterar informações de uma afiliação.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
18curl --request PUT \
--url https://api.dev.geopagos.com.br/children/child_id/affiliations/affiliation_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"allowed_capture_methods": [
"[\"emv\"",
"\"ecommerce\"]"
],
"allowed_payment_methods": [
"[\"credit_card\"",
"\"debit_card\"",
"\"boleto\"]"
],
"enabled": true
}
'
Try It!
to start a request and see the response here! Or choose an example: