cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/checkout/payments/{paymentId} \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": { "id": 123, "alias": "<string>", "name": "<string>", "has_config": true, "active_config": true, "is_credit_card": true, "is_deposit": true, "is_billet": true, "is_pix": true, "is_pix_in_installments": true, "is_wallet": true, "icon_url": "<string>" } }
Visualiza as informações da forma de pagamento específica
Alias da loja
ID da forma de pagamento
Detalhes da forma de pagamento
The response is of type object.
object
Was this page helpful?