GET
/
tx
/
getNewReference
curl --request GET \
  --url https://api.stablepay.ai/tx/getNewReference \
  --header 'Authorization: Bearer <token>'
{
  "reference": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Response

200
application/json

Reference created successfully.

The response is of type object.