Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. Payment API
  • Merchant Activation
  • Submitting
  • Webhooks
    • Link Merchant Event
    • Payment Paid Event
    • Refund Event
  • Payment
    • Direct Payment
    • Embedded Payment
  • ApplePay
    • ApplePay Checkout
    • On Payment Authorized
    • Register ApplePay Domain
      POST
    • On Providing Merchant Validation
      POST
    • Execute Payment Request
      POST
  1. Payment API

Submitting

Overview#

We will call a submit function in the JS library to get the payment form fields submitted.
this.embeddedPaymentForm.submit();

Expected function return#

PropertyTypeDescription
tokenstring
brandstringCard type, types:
• visa
• master
• mada
• amex
fundingstringTypes:
• Credit
• debit
networkstringNetwork that the payment is going to be processed on
Types:
• visa
• master
• mada
• amex
countrystringCard country
cardBinfunctionCard bin (Last 6 digits of the card number)
lastFourstringLast four digits
Previous
Merchant Activation
Next
Webhooks
Built with