Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. ApplePay
  • Our custom MCP server
  • Overview
  • Merchant Activation
  • Payment
    • Overview
    • Embedded Payment
    • Gateway Error Codes
    • Direct Payment
      POST
    • Execute Payment Request
      POST
    • Get payment status
      GET
  • ApplePay
    • ApplePay Checkout
    • Register ApplePay Domain
      POST
    • Providing Merchant Validation
      POST
  • Refund
    • Request Refund
      POST
  • Webhooks
    • Overview
    • Link Merchant Event
      POST
    • Payment Paid Event
      POST
    • Refund Event
      POST
  1. ApplePay

Register ApplePay Domain

POST
https://api.zid.sa/{ProviderUrl}/applepay/register
This endpoint is required for registering a merchant domain with Apple.

Request

Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paymentprovider.com/applepay/register?domainName' \
--header 'Authorization: Authorization: Basic secret_key'

Responses

🟢200OK
application/json
Empty response body. We will rely on the HTTP status code to indicate success / failure. 200 OK status would indicate success.
Body

Example
{}
🟠400Invalid input
Modified at 2025-08-10 18:40:36
Previous
ApplePay Checkout
Next
Providing Merchant Validation
Built with