Skip to content

Payment Processors​


Return auth code to connect Stripe's SDK​

GET
/api/v2/payment-processor/stripe/sdk

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

The token need to connect with Stripe's sdk.

application/json
JSON
{
  
"count": 0,
  
"data": {
  
  
"token": "string"
  
}
}

Playground​

Authorization

Samples​


Return the list of terminals associted with the stripe account.​

GET
/api/v2/payment-processor/stripe/terminal

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

The current list of terminals.

application/json
JSON
{
  
"count": 0,
  
"data": [
  
  
{
  
  
  
"id": "tmr_F1gSbQ0RCw2Tpku",
  
  
  
"label": "string",
  
  
  
"location": "tml_F1gSKwAAB1Cw2T",
  
  
  
"serialNumber": "string",
  
  
  
"status": "string"
  
  
}
  
]
}

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI