Skip to main content
API

Get payment recipient details by id

x-ms-visibility: "important"

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

Path Parameters
    recipientId int64 required

    This is the globally unique ID for the recipient

Responses

Returns the payment recipient details


Schema
    sites object[]
  • Array [
  • id int64
    groupName string
  • ]
  • id int64
    name string
    contactEmail string
    streetAddress string
    city string
    postalCode string
    country string
    accountNumber string
    bankCode string
    bankName string
    businessId string
    recipientType int32 nullable

    Possible values: [0, 1]

    Default value: 0

    created date-time
    lastUpdated date-time
    language string
Loading...