ZEN API documentation
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API reference
  • Merchant panel
  • Brandbook
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • Checkout integration
  • API reference
  • Merchant panel
  • Brandbook
  1. Integration
  • About ZEN
    • First steps with ZEN
    • Who we are
    • What we provide
    • How we provide
  • Introduction
    • Definitions
    • About API integration
    • Revenue strams
    • Environments
    • Authorization & Authentication
    • Payment methods
    • Payment process
    • Currencies
    • Languages
  • Account registration & configuration
    • Before you begin
    • Registration
    • Configuration
    • Merchant's panel
    • Payments setup
    • Locating Transactions in my.zen.com
    • Finding settlements
  • Features
    • Available features
    • 3-Domain Secure (3DS)
    • Account Funding Transactions (AFT)
    • Address Verification Service
    • Authorization fee
    • Card widget
    • Cashback
    • Currency Conversion Service
    • Fraud collector (fingerPrintId)
    • Instant Payment Notification (IPN)
    • Payment Link
    • Shop logo on ZEN.COM checkout
    • Reports
  • Integration
    • Response codes
    • Error codes
    • Prepare the communication
    • Available Payment methods
    • Purchase Transaction
    • Refund Transaction
    • Payout Transaction
    • Transaction status check
    • Saving and tokenizing cards
    • One-click card Payments
    • One-click Google Pay Payments
    • One-click Apple Pay Payments
    • Customers and cards management
  1. Integration

Customers and cards management

Customers.jpg
The Customers Management section allows you to manage services directly associated with the context of a Customer. The Customer is a service that allows the aggregation of cards and payout cards within its scope, as well as the aggregation of data related to the subscription service. This means that, for example, to save a payout card in the system, it is necessary to first create a Customer and then relate (add) the card to that Customer. The ZEN.COM system will not allow to add card without assigning it to a specific, unique Customer.
💡
Example:
A Customer would like to transfer funds from the ZEN.COM account to a payment card. To achieve this:
1
Create the Customer
Create the Customer using the https://api.zen.com/v3/customers endpoint described here.
2
Add a payout card
Add the payout card to the previously created Customer using the https://api.zen.com/v2/payout-profiles/card endpoint described here.
3
Create payout Transaction
Create the payout Transaction using the https://docs.zen.com/payments/api-reference/create-payout-transaction endpoint described here.
Available services:
1.
Customer management
Create a Customer
Fetch a Customer
Update a Customer
Remove a Customer
2.
Purchase cards management
Add a purchase card
Fetch a purchase card
Fetch card list
Update card details
Remove card
3.
Payout cards management
Add Customer payout card
Fetch saved payout card
Fetch payout card list
Update payout card details
Remove payout card
Remove customer saved payout card
Modified at 2025-01-23 13:31:33
Previous
One-click Apple Pay Payments