cURL
curl --request GET \ --url https://api.payments.bob.company/api/v1/store/ \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "devMode": true, "pixExpirationMinutes": 123, "maxTransactionAmountCents": 123 }, "message": "<string>" }
Retorna os detalhes da loja associados à API Key autenticada.
Autenticação por API Key usando token SK (sk_live_xxx ou sk_test_xxx). Envie como: Authorization: Bearer sk_live_xxx
Default Response
Show child attributes
Was this page helpful?