forked from LiveCarta/PayPal-PHP-Server-SDK
588 B
588 B
ACH Debit Response
A Resource representing a response of vaulted a ACH Debit Account.
Structure
ACHDebitResponse
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
verificationStatus |
?string |
Optional | The ach debit verification status. Default: 'NOT_VERIFIED'Constraints: Minimum Length: 1, Maximum Length: 255 |
getVerificationStatus(): ?string | setVerificationStatus(?string verificationStatus): void |
Example (as JSON)
{
"verification_status": "NOT_VERIFIED"
}