HT Partner API
  1. Clients
HT Partner API
  • Orders
    • Retrieve all orders
      GET
    • Order count by tag
      GET
    • Create order
      POST
  • Clients
    • Create client
      POST
    • Retrieve client
      GET
    • Update client
      PUT
    • Create setup intent
      POST
    • Create ephemeral key
      POST
  1. Clients

Create ephemeral key

Developing
Staging
https://apis.hellotech.com
Staging
https://apis.hellotech.com
POST
/api/partners/clients/{clientId}/ephemeral_key

Request

Authorization
Add parameter in header
Api-Key
Example:
Api-Key: ********************
Path Params
clientId
string 
required
Example:
728583
Header Params
Api-Key
string 
required
Example:
{{partnerApiKey}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.hellotech.com/api/partners/clients/728583/ephemeral_key' \
--header 'Api-Key;'

Responses

🟢200Success
application/json
Body
stripe_customer_id
string 
required
ephemeral_key
string 
required
Example
{
    "stripe_customer_id": "string",
    "ephemeral_key": "string"
}
Modified at 2024-08-28 16:27:21
Previous
Create setup intent
Built with