Skip to main content
API

Get payer details by id

x-ms-visibility: "important"

Send a request to get a payer's details from eMabler system.

Path Parameters
    payerId int64 required

    This is the globally unique ID for the payer

Responses

Returns payer details


Schema
    id int64
    name string
    email string
    invoiceReference string
    invoiceMessage string
    streetAddress string
    city string
    postalCode string
    country string
    lastUpdated date-time
    drivers object[]
  • Array [
  • id int64
    name string
  • ]
  • sites object[]
  • Array [
  • id int64
    groupName string
  • ]
  • language string
Loading...