forked from LiveCarta/PayPal-PHP-Server-SDK
17 lines
422 B
Markdown
17 lines
422 B
Markdown
|
|
# Vault Instruction Action
|
|
|
|
Vault Instruction on action to be performed after a successful payer approval.
|
|
|
|
## Enumeration
|
|
|
|
`VaultInstructionAction`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `ON_CREATE_PAYMENT_TOKENS` | Vault the payment method after API caller performs a successful POST on Payment Tokens. |
|
|
| `ON_PAYER_APPROVAL` | Vault the payment method on successful payer authentication and approval. |
|
|
|