diff --git a/api/account-memberships/index.html b/api/account-memberships/index.html index 88dbdf27b..7d326b8a7 100644 --- a/api/account-memberships/index.html +++ b/api/account-memberships/index.html @@ -19,7 +19,7 @@

Guides -

eCommerce

Centrapay enables businesses to process payments with connected Centrapay assets online. To process online payments, businesses need to integrate with one of our eCommerce payment flows.

+

eCommerce

Centrapay enables businesses to process payments with connected Centrapay assets online. To process online payments, businesses need to integrate with one of our eCommerce payment flows.

The Centrapay Checkout is under active development and its behavior, functionality, and availability may change without notice.

@@ -78,7 +78,7 @@ MS->>CP: Create Payment Request CP-->>MS: Payment Request created MS-->>MP: Payment Request created - MP-->>-CP: Return Payment Request ID + MP-->>-CP: Return Payment Request Note over CP: Show Payment Request details Consumer->>CP: Complete payment Note over CP: Close Centrapay Checkout popup @@ -105,7 +105,7 @@ window.centrapay({ async onClick() { // Create Payment Request - // Return Payment Request ID + // Return Payment Request }, async onComplete(data) { if (data.paymentRequest.status === 'new') { @@ -132,7 +132,7 @@
  • onClick

    This callback is triggered when the customer clicks the ‘Pay with Centrapay’ button.

    -

    The callback is expected to Create a Payment Request  API  and return the Payment Request ID. +

    The callback is expected to Create a Payment Request  API  and return the Payment Request. Our payment protocol supports several optional extensions. Please review the extensions below and determine which ones you need for your integration.