v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Alias Resolution

resolve

This endpoint is used to resolve an alias to a display name. It is possible for this endpoint to return a 503 service unavailable error if the addressing service is not available.

post/payto/alias_resolution

Request body

OR
OR
OR

Example request

{
  "type": "alias_phone",
  "value": "+61-411222333",
  "requester": {
    "id": "user_G7MQWwkQZIP8vbfH"
  },
  "sandbox": {
    "display_name": "Jane Smith"
  }
}

Response

successful

Example response

{
  "data": {
    "display_name": "Jane Smith"
  }
}