Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppPurchaseOneTimeCreatePayload > confirmationUrl
The URL that the merchant can access to approve or decline the newly created app one-time purchase.
If the merchant declines, then the merchant is redirected to the app and receives a notification message stating that the charge was declined. If the merchant approves and they’re successfully invoiced, then the state of the charge changes from pending
to active
.
You get paid after the charge is activated.
Signature:
confirmationUrl?: Maybe<Scalars['URL']['output']>;