Skip to content

Commit

Permalink
Update token.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 30, 2023
1 parent 821d632 commit bd69da2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documents/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ Token token = instance.token.create(tokenRequest);
| Name | Type | Description |
|---------------|-------------|---------------------------------------------|
| customerId* | string | The id of the customer to be fetched |
| method* | string | The type of object that needs to be tokenised. Currently, `card` is the only supported value. |
| card* | object | All keys listed [here](https://razorpay.com/docs/partners/aggregators/partner-auth/token-sharing/#create-token-on-behalf-of-a-sub-merchant) are supported
|
| authentication | object | All keys listed [here](https://razorpay.com/docs/partners/aggregators/partner-auth/token-sharing/#create-token-on-behalf-of-a-sub-merchant) are supported |

**Response:**
```json
Expand Down Expand Up @@ -384,4 +388,4 @@ Token token = instance.token.processPaymentOnAlternatePAorPG(productRequest);
**PN: * indicates mandatory fields**
<br>
<br>
**For reference click [here](https://razorpay.com/docs/api/recurring-payments/upi/tokens/)**
**For reference click [here](https://razorpay.com/docs/api/recurring-payments/upi/tokens/)**

0 comments on commit bd69da2

Please sign in to comment.