Skip to main content

Initialize adPayment

In the public developer key scenario, you require the following:

  • The host URL. We recommend that you use your test marketplace initially.
  • A PDK from AppDirect.
const adPayment = AppDirect.payment.configure({
pdk: 'pdk_of_developer',
host: 'https://example.byappdirect.com'
});

Was this page helpful?