Metadata

Metadata object fields.

Occurrence

Content

The metadata object contains additional information about the transaction. All fields are optional.

KeyTypeDescription
paypalBillingAgreementIdstringIf you have activated the option "Create Billing Agreement" in the payment service provider settings of PayPal in your PayPal merchant backend, you will receive the created BillingAgreementId and you will be able to perform charges on behalf of your application.
decline_codestringThe number to identify the error in the system
messagestringA textual representation of the error
brandstringWhen a customer pays via TWINT "Pay later", this field will contain the value identifying the TWINT BNPL brand.

Examples

{
  "paypalBillingAgreementId": "B-XXXXXXXXXXXXXX"
}
{
  "decline_code": "01",
  "message": "Card authentication failed"
}