Get Payment Customer
ApiScope: payment.paymentcustomer.read
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
customerUuid string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
paymentCustomer object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"paymentCustomer": {
"customerUuid": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"company": "string"
}
}
GET /v4/departments/:departmentUuid/payment-customers/:customerUuid
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
go / native
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/payment/v4/departments/:departmentUuid/payment-customers/:customerUuid' \
-H 'Accept: */*'