{
"id": "577b2ada121841e08b429444",
"object": "payer",
"name": "Christina C",
"email": "[email protected]",
"address": {
"id": "905b3a4c929c4d958092dce2",
"object": "address",
"street1": "41 Grandview St Unit C",
"city": "Santa Cruz",
"state": "CA",
"postalCode": "95060",
"country": "USA",
"status": "active",
"created": "2018-08-07T20:07:14.000Z",
"lastUpdated": "2018-08-07T20:07:14.000Z"
},
"meta": {},
"status": "active",
"created": "2018-08-07T20:07:14.000Z",
"lastUpdated": "2018-08-07T20:07:14.000Z"
}
| id string The unique identifier for the payer |
| object string, value is "payer" |
| name string The name of the payer |
| email string The email of the payer |
| address address object The address of the payer |
| meta meta object Optional key/values to help link the payer to an external system. |
| status string, values are: active, inactive active The payer is active and can be used to create new payments. inactive The payer is inactive and can not be used to create new payments. |
| created datestring The date the payer was created |
| lastUpdated datestring The date the payer was last updated. |
