{"items":[{"type":"separator","label":"Guides"},{"type":"link","fsPath":"api/how-the-payment-api-works.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"How the API works","link":"/api/how-the-payment-api-works","routeSlug":"/api/how-the-payment-api-works"},{"type":"link","fsPath":"api/getting-started-with-the-payment-api-v2.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Getting started with the API","link":"/api/getting-started-with-the-payment-api-v2","routeSlug":"/api/getting-started-with-the-payment-api-v2"},{"type":"link","fsPath":"api/how-to-use-the-payment-api-v2.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"How to use the API","link":"/api/how-to-use-the-payment-api-v2","routeSlug":"/api/how-to-use-the-payment-api-v2"},{"type":"link","fsPath":"api/initial-payments-for-recurring-payments.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Initial payments for recurring payments","link":"/api/initial-payments-for-recurring-payments","routeSlug":"/api/initial-payments-for-recurring-payments"},{"type":"link","fsPath":"api/api-integration-checklist.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Integration checklist","link":"/api/api-integration-checklist","routeSlug":"/api/api-integration-checklist"},{"type":"link","fsPath":"api/integrating-with-experience-cloud.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Experience Cloud","link":"/api/integrating-with-experience-cloud","routeSlug":"/api/integrating-with-experience-cloud"},{"type":"link","fsPath":"api/troubleshooting-the-payment-api-v2.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Troubleshooting the API","link":"/api/troubleshooting-the-payment-api-v2","routeSlug":"/api/troubleshooting-the-payment-api-v2"},{"type":"link","fsPath":"api/using-the-api-test-app.md","metadata":{"redocly_category":"API","type":"markdown"},"label":"Using the API test app","link":"/api/using-the-api-test-app","routeSlug":"/api/using-the-api-test-app"},{"type":"separator","separatorLine":true},{"type":"separator","label":"Specification"},{"type":"link","label":"FinDock Payment API","link":"/api/payment-api-v2","routeSlug":"/api/payment-api-v2"},{"type":"link","label":"Objects, record types and fields","link":"/api/payment-api-v2/section/objects-record-types-and-fields","routeSlug":"/api/payment-api-v2/section/objects-record-types-and-fields"},{"type":"link","label":"Authentication","link":"/api/payment-api-v2/section/authentication","routeSlug":"/api/payment-api-v2/section/authentication"},{"type":"link","label":"Error and response codes","link":"/api/payment-api-v2/section/error-and-response-codes","routeSlug":"/api/payment-api-v2/section/error-and-response-codes"},{"type":"link","label":"Webhook events and notifications","link":"/api/payment-api-v2/section/webhook-events-and-notifications","routeSlug":"/api/payment-api-v2/section/webhook-events-and-notifications"},{"type":"group","label":"Payment Intent","link":"/api/payment-api-v2/payment-intent","routeSlug":"/api/payment-api-v2/payment-intent","items":[{"label":"Create, pay or update payments","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/payment-intent/paymentintent","routeSlug":"/api/payment-api-v2/payment-intent/paymentintent","metadata":{"seo":{"title":"Create, pay or update payments","description":"The /PaymentIntent endpoint supports four POST operations: (1) create a new one-time payment, (2) create a new recurring payment, (3) pay an existing installment, and (4) updatean existing recurring payment. All actions automatically update Salesforce data accordingly."}},"httpPath":"/PaymentIntent"},{"label":"Check inbound report status","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/payment-intent/paymentstatus","routeSlug":"/api/payment-api-v2/payment-intent/paymentstatus","metadata":{"seo":{"title":"Check inbound report status","description":"Use this operation to get the status of the inbound report of a payment intent along with information about the related installment or recurring payment(Recurring Payment, Gift Commitment or Recurring Donation object record). To get details of the related records themselves, use the /Installmentand /Recurring endpoints."}},"httpPath":"/PaymentIntent/{ID}"},{"type":"link","label":"PaymentIntent","link":"/api/payment-api-v2/payment-intent/paymentintent","routeSlug":"/api/payment-api-v2/payment-intent/paymentintent","httpVerb":"schema"}]},{"type":"group","label":"Installment","link":"/api/payment-api-v2/installment","routeSlug":"/api/payment-api-v2/installment","items":[{"label":"Get installment details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/installment/installmentdetails","routeSlug":"/api/payment-api-v2/installment/installmentdetails","metadata":{"seo":{"title":"Get installment details","description":"This endpoint returns detailed information of an Installment record in Salesforce, including status and related Payment records."}},"httpPath":"/Installment/{ID}"}]},{"type":"group","label":"Recurring","link":"/api/payment-api-v2/recurring","routeSlug":"/api/payment-api-v2/recurring","items":[{"label":"Get recurring payment details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/recurring/recurringdetails","routeSlug":"/api/payment-api-v2/recurring/recurringdetails","metadata":{"seo":{"title":"Get recurring payment details","description":"This endpoint returns detailed information of a recurring payment in Salesforce. The record is source-specific, so you need to ensure you are referencing the correct object record. The object may be the FinDock Recurring Payment or Salesforce objects like Recurring Donation or Gift Commitment."}},"httpPath":"/Recurring/{ID}"}]},{"type":"group","label":"Payment Methods","link":"/api/payment-api-v2/payment-methods","routeSlug":"/api/payment-api-v2/payment-methods","items":[{"label":"Get payment methods and processors","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/payment-methods/getpaymentmethods","routeSlug":"/api/payment-api-v2/payment-methods/getpaymentmethods","metadata":{"seo":{"title":"Get payment methods and processors","description":"This endpoint returns a complete list of activated payment methods in the Salesforce org and the payment processors configured to process those methods."}},"httpPath":"/PaymentMethods"}]},{"type":"group","label":"Source Connectors","link":"/api/payment-api-v2/source-connectors","routeSlug":"/api/payment-api-v2/source-connectors","items":[{"label":"Get available sources","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/source-connectors/getsourceconnectors","routeSlug":"/api/payment-api-v2/source-connectors/getsourceconnectors","metadata":{"seo":{"title":"Get available sources","description":"This endpoint returns the configured source connectors in the Salesforce org."}},"httpPath":"/SourceConnector"}]},{"type":"group","label":"Package Actions","link":"/api/payment-api-v2/package-actions","routeSlug":"/api/payment-api-v2/package-actions","items":[{"label":"Get details of package-specific actions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/api/payment-api-v2/package-actions/getpackageactions","routeSlug":"/api/payment-api-v2/package-actions/getpackageactions","metadata":{"seo":{"title":"Get details of package-specific actions","description":"This endpoint returns a list of unique actions that specific to a given source connector or payment extension."}},"httpPath":"/PackageActions"}]}]}