Use an object based on PaymentContainer
to represent a payment container such as a credit card or other payment method. Use PaymentContainer
to provide the details for the merchant payment processor to process the payment.
For more information, see Payment Processing in Meta Pay.
Property | Type | Description | Required |
---|---|---|---|
| Whether the payment container is for a real payment or a test payment. | Yes | |
| string | A unique identifier for the payment container. | Yes |
| The container type | Yes | |
| string | A compact serialized JSON Web Signature (JWS) structure to send to the payment processor. For details, see JWS Compact Serialization. This value is encrypted by using the public key of the payment partner. The decrypted payload of the | Yes |