Getting Started

Sections

MIT (Merchant Initiated Transaction)

Outcome: Make the merchant deduct from a saved card without the customer's interaction


Download the Postman Collection from this link.

Pre-requisites

1

Create an Intention

You need to first create a payment intention. Please check the Create Intention API documentation

Card Types can be used

In this step, you can use one of the following Card Integration ID types:

  • Moto

Response

Important Parameters from Intention Response

payment_keys[0].key: The Moto payment token that will be used in Step 2.

Payment Token: is a unique identifier for payment with specific payment method.

2

Call The Pay Request

You need to pass the card token and the payment token to the Pay Request. Which we'll deep dive into below.

For the callbacks and HMAC calculation, you can check the Webhook (Callbacks) & HMAC section.

Body Parameters

sourceobject

Show child attributes

payment_tokenstring

A unique identifier for payment with specific payment method.

Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1
Was this section helpful?

What made this section unhelpful for you?