Developer
DocsDeveloperPlatformTicket
  • Overview
  • Guides
    • Accept Payment
      • Payment Types
        • Pre Authorization
        • Tokenization
        • Subscription
      • Build Your Gateway
    • Webhook
      • Transaction
      • Subscription
      • Payout
    • Embedding
      • iFrame
      • Modal Window
      • Mobile Apps
      • Integration Parameter
  • General Information
    • Payment Method
      • Static QR Code
    • Payment Provider
    • Objects
      • Metadata
      • Invoice
      • Contact
  • Testing
  • Plugin Development
  • More Documentations
  • Merchant
  • API Reference
Powered by GitBook
On this page
  1. General Information
  2. Objects

Metadata

The meta data contains additional optional information about the transaction.

Key

Type

Description

paypalBillingAgreementId

string

(optional) If 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.

Example

<?php
array(
  'metadata' => array(
    'paypalBillingAgreementId' => 'B-XXXXXXXXXXXXXX',
  ),
);
PreviousObjectsNextInvoice

Last updated 11 months ago