Skip to main content
GET
/
api
/
v1
/
store
Buscar detalhes da loja
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>"
}

Authorizations

Authorization
string
header
required

Autenticação por API Key usando token SK (sk_live_xxx ou sk_test_xxx). Envie como: Authorization: Bearer sk_live_xxx

Response

Default Response

success
boolean
default:true
required
data
object
required
message
string