diff --git a/api/build/build.yaml b/api/build/build.yaml index 3e75732f..77a4edd3 100644 --- a/api/build/build.yaml +++ b/api/build/build.yaml @@ -5990,6 +5990,14 @@ x-flows: +
+ + + +
+ + +
@@ -6263,6 +6271,14 @@ x-flows: +
+ + + +
+ + +
@@ -6590,6 +6606,10 @@ x-flows: +
+ + +
@@ -12068,6 +12088,14 @@ x-flows: +
+ + + +
+ + +
@@ -12341,6 +12369,14 @@ x-flows: +
+ + + +
+ + +
@@ -12668,6 +12704,10 @@ x-flows: +
+ + +
@@ -20134,6 +20174,14 @@ x-flows: +
+ + + +
+ + +
@@ -20407,6 +20455,14 @@ x-flows: +
+ + + +
+ + +
@@ -20734,6 +20790,10 @@ x-flows: +
+ + +
@@ -29509,6 +29569,14 @@ x-flows: +
+ + + +
+ + +
@@ -29782,6 +29850,14 @@ x-flows: +
+ + + +
+ + +
@@ -30109,6 +30185,10 @@ x-flows: +
+ + +
@@ -35374,6 +35454,14 @@ x-flows: +
+ + + +
+ + +
@@ -35647,6 +35735,14 @@ x-flows: +
+ + + +
+ + +
@@ -35974,6 +36070,10 @@ x-flows: +
+ + +
@@ -66234,6 +66334,14 @@ x-flows: +
+ + + +
+ + +
@@ -66507,6 +66615,14 @@ x-flows: +
+ + + +
+ + +
@@ -66834,6 +66950,10 @@ x-flows: +
+ + +
diff --git a/api/components/examples/mutual-funds/forms/account-opening-with-kyc.html b/api/components/examples/mutual-funds/forms/account-opening-with-kyc.html index f19e69b2..6d4c4c55 100644 --- a/api/components/examples/mutual-funds/forms/account-opening-with-kyc.html +++ b/api/components/examples/mutual-funds/forms/account-opening-with-kyc.html @@ -1686,6 +1686,14 @@ +
+ + + +
+ + +
@@ -1959,6 +1967,14 @@ +
+ + + +
+ + +
@@ -2286,6 +2302,10 @@ +
+ + +
diff --git a/api/components/examples/mutual-funds/forms/account-opening.html b/api/components/examples/mutual-funds/forms/account-opening.html index e88aa569..12cb6580 100644 --- a/api/components/examples/mutual-funds/forms/account-opening.html +++ b/api/components/examples/mutual-funds/forms/account-opening.html @@ -1146,6 +1146,14 @@ +
+ + + +
+ + +
@@ -1419,6 +1427,14 @@ +
+ + + +
+ + +
@@ -1746,6 +1762,10 @@ +
+ + +
diff --git a/ui/build.js b/ui/build.js index 47e7abba..44ccac74 100644 --- a/ui/build.js +++ b/ui/build.js @@ -1 +1 @@ -let build_spec = {"openapi":"3.0.0","info":{"title":"ONDC Specification","description":"ONDC Specification","version":"2.0.0"},"security":[{"SubscriberAuth":[]}],"paths":{"/search":{"post":{"tags":["Provider Platform","Gateway"],"description":"Consumer Platform declares the customer's intent to buy/avail products or services","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"properties":{"action":{"enum":["search"]}}}]},"message":{"type":"object","additionalProperties":false,"properties":{"intent":{"$ref":"#/components/schemas/Intent"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/select":{"post":{"tags":["Provider Platform"],"description":"Consumer Platform declares the customer's cart (or equivalent) created by selecting objects from the catalog","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["select"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/init":{"post":{"tags":["Provider Platform"],"description":"Initialize an order by providing billing and/or shipping details","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["init"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"description":"Acknowledgement of message received after successful validation of schema and signature","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"object","properties":{"ack":{"allOf":[{"$ref":"#/components/schemas/Ack"},{"type":"object"},{"properties":{"status":{"enum":["ACK","NACK"]}}}]}},"required":["ack"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["message"]}}}}}}},"/confirm":{"post":{"tags":["Provider Platform"],"description":"Initialize an order by providing billing and/or shipping details","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["confirm"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/status":{"post":{"tags":["Provider Platform"],"description":"Fetch the latest order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["status"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"ref_id":{"$ref":"#/components/schemas/Order/properties/id"},"order_id":{"$ref":"#/components/schemas/Order/properties/id"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/track":{"post":{"tags":["Provider Platform"],"description":"Track an active order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["track"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order_id":{"$ref":"#/components/schemas/Order/properties/id"},"callback_url":{"type":"string","format":"uri"}},"required":["order_id"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/cancel":{"post":{"tags":["Provider Platform"],"description":"Cancel an order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["cancel"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order_id":{"$ref":"#/components/schemas/Order/properties/id"},"cancellation_reason_id":{"$ref":"#/components/schemas/Option/properties/id"},"descriptor":{"$ref":"#/components/schemas/Descriptor"}},"required":["order_id"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/update":{"post":{"tags":["Provider Platform"],"description":"Remove object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["update"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"update_target":{"description":"Comma separated values of order objects being updated. For example: ```\"update_target\":\"item,billing,fulfillment\"```","type":"string"},"order":{"description":"Updated order object","allOf":[{"$ref":"#/components/schemas/Order"}]}},"required":["update_target","order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/rating":{"post":{"tags":["Provider Platform"],"description":"Provide feedback on a service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["rating"]}},"required":["action"]}]},"message":{"type":"object","properties":{"ratings":{"type":"array","items":{"$ref":"#/components/schemas/Rating"}}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/support":{"post":{"tags":["Provider Platform"],"description":"Contact support","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["support"]}},"required":["action"]}]},"message":{"type":"object","properties":{"support":{"$ref":"#/components/schemas/Support"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_search":{"post":{"tags":["Consumer Platform"],"description":"Provider Platform sends its catalog in response to a search request.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_search"]}},"required":["action"]}]},"message":{"type":"object","properties":{"catalog":{"$ref":"#/components/schemas/Catalog"}},"required":["catalog"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_select":{"post":{"tags":["Consumer Platform"],"description":"Send draft order object with quoted price for selected items","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_select"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_init":{"post":{"tags":["Consumer Platform"],"description":"Send order object with payment details updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_init"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_confirm":{"post":{"tags":["Consumer Platform"],"description":"Send active order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_confirm"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_track":{"post":{"tags":["Consumer Platform"],"description":"Send tracking details of an active order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_track"]}},"required":["action"]}]},"message":{"type":"object","properties":{"tracking":{"$ref":"#/components/schemas/Tracking"}},"required":["tracking"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_cancel":{"post":{"tags":["Consumer Platform"],"description":"Send cancellation request_id with reasons list in case of cancellation request. Else send cancelled order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_cancel"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_update":{"post":{"tags":["Consumer Platform"],"description":"Returns updated service with updated runtime object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_update"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_status":{"post":{"tags":["Consumer Platform"],"description":"Fetch the status of a Service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_status"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_rating":{"post":{"tags":["Consumer Platform"],"description":"Provide feedback on a service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_rating"]}},"required":["action"]}]},"message":{"type":"object","properties":{"feedback_form":{"description":"A feedback form to allow the user to provide additional information on the rating provided","allOf":[{"$ref":"#/components/schemas/XInput"}]}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_support":{"post":{"tags":["Consumer Platform"],"description":"Contact Support","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_support"]}},"required":["action"]}]},"message":{"type":"object","properties":{"support":{"$ref":"#/components/schemas/Support"}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}}},"components":{"securitySchemes":{"SubscriberAuth":{"type":"apiKey","in":"header","name":"Authorization","description":"Signature of message body using Consumer Platform or Provider Platform subscriber's signing public key.

Format:

Authorization : Signature keyId=\"{subscriber_id}|{unique_key_id}|{algorithm}\",algorithm=\"ed25519\",created=\"1606970629\",expires=\"1607030629\",headers=\"(created) (expires) digest\",signature=\"Base64(signing string)\""}},"schemas":{"Ack":{"description":"Describes the acknowledgement sent in response to an API call. If the implementation uses HTTP/S, then Ack must be returned in the same session. Every API call to a BPP must be responded to with an Ack whether the BPP intends to respond with a callback or not. This has one property called `status` that indicates the status of the Acknowledgement.","type":"object","additionalProperties":false,"properties":{"status":{"type":"string","description":"The status of the acknowledgement. If the request passes the validation criteria of the BPP, then this is set to ACK. If a BPP responds with status = `ACK` to a request, it is required to respond with a callback. If the request fails the validation criteria, then this is set to NACK. Additionally, if a BPP does not intend to respond with a callback even after the request meets the validation criteria, it should set this value to `NACK`.","enum":["ACK","NACK"]},"tags":{"description":"A list of tags containing any additional information sent along with the Acknowledgement.","type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"AddOn":{"description":"Describes an additional item offered as a value-addition to a product or service. This does not exist independently in a catalog and is always associated with an item.","type":"object","additionalProperties":false,"properties":{"id":{"description":"Provider-defined ID of the add-on","type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"price":{"$ref":"#/components/schemas/Price"},"quantity":{"$ref":"#/components/schemas/ItemQuantity"}}},"Address":{"description":"Describes a postal address.","type":"string"},"Agent":{"description":"Describes the direct performer, driver or executor that fulfills an order. It is usually a person. But in some rare cases, it could be a non-living entity like a drone, or a bot. Some examples of agents are Doctor in the healthcare sector, a driver in the mobility sector, or a delivery person in the logistics sector. This object can be set at any stage of the order lifecycle. This can be set at the discovery stage when the BPP wants to provide details on the agent fulfilling the order, like in healthcare, where the doctor's name appears during search. This object can also used to search for a particular person that the customer wants fulfilling an order. Sometimes, this object gets instantiated after the order is confirmed, like in the case of on-demand taxis, where the driver is assigned after the user confirms the ride.","type":"object","additionalProperties":false,"properties":{"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"},"organization":{"$ref":"#/components/schemas/Organization"},"rating":{"$ref":"#/components/schemas/Rating/properties/value"}}},"Authorization":{"description":"Describes an authorization mechanism used to start or end the fulfillment of an order. For example, in the mobility sector, the driver may require a one-time password to initiate the ride. In the healthcare sector, a patient may need to provide a password to open a video conference link during a teleconsultation.","type":"object","additionalProperties":false,"properties":{"type":{"description":"Type of authorization mechanism used. The allowed values for this field can be published as part of the network policy.","type":"string"},"token":{"description":"Token used for authorization. This is typically generated at the BPP. The BAP can send this value to the user via any channel that it uses to authenticate the user like SMS, Email, Push notification, or in-app rendering.","type":"string"},"valid_from":{"description":"Timestamp in RFC3339 format from which token is valid","type":"string","format":"date-time"},"valid_to":{"description":"Timestamp in RFC3339 format until which token is valid","type":"string","format":"date-time"},"status":{"description":"Status of the token","type":"string"}}},"Billing":{"description":"Describes the billing details of an entity.
This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the billable entity","type":"string"},"organization":{"description":"Details of the organization being billed.","allOf":[{"$ref":"#/components/schemas/Organization"}]},"address":{"description":"The address of the billable entity","allOf":[{"$ref":"#/components/schemas/Address"}]},"state":{"description":"The state where the billable entity resides. This is important for state-level tax calculation","allOf":[{"$ref":"#/components/schemas/State"}]},"city":{"description":"The city where the billable entity resides.","allOf":[{"$ref":"#/components/schemas/City"}]},"email":{"description":"Email address where the bill is sent to","type":"string","format":"email"},"phone":{"description":"Phone number of the billable entity","type":"string"},"time":{"description":"Details regarding the billing period","allOf":[{"$ref":"#/components/schemas/Time"}]},"tax_id":{"description":"ID of the billable entity as recognized by the taxation authority","type":"string"}}},"Cancellation":{"description":"Describes a cancellation event","type":"object","additionalProperties":false,"properties":{"time":{"description":"Date-time when the order was cancelled by the buyer","type":"string","format":"date-time"},"cancelled_by":{"type":"string","enum":["CONSUMER","PROVIDER"]},"reason":{"description":"The reason for cancellation","allOf":[{"$ref":"#/components/schemas/Option"}]},"additional_description":{"description":"Any additional information regarding the nature of cancellation","allOf":[{"$ref":"#/components/schemas/Descriptor"}]}}},"CancellationTerm":{"description":"Describes the cancellation terms of an item or an order. This can be referenced at an item or order level. Item-level cancellation terms can override the terms at the order level.","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/FulfillmentState"}]},"reason_required":{"description":"Indicates whether a reason is required to cancel the order","type":"boolean"},"cancel_by":{"description":"Information related to the time of cancellation.","allOf":[{"$ref":"#/components/schemas/Time"}]},"cancellation_fee":{"$ref":"#/components/schemas/Fee"},"xinput":{"$ref":"#/components/schemas/XInput"},"external_ref":{"$ref":"#/components/schemas/MediaFile"}}},"Catalog":{"description":"Describes the products or services offered by a BPP. This is typically sent as the response to a search intent from a BAP. The payment terms, offers and terms of fulfillment supported by the BPP can also be included here. The BPP can show hierarchical nature of products/services in its catalog using the parent_category_id in categories. The BPP can also send a ttl (time to live) in the context which is the duration for which a BAP can cache the catalog and use the cached catalog.
This has properties like bbp/descriptor,bbp/categories,bbp/fulfillments,bbp/payments,bbp/offers,bbp/providers and exp
This is used in the following situations.
","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"fulfillments":{"description":"Fulfillment modes offered at the BPP level. This is used when a BPP itself offers fulfillments on behalf of the providers it has onboarded.","type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"payments":{"description":"Payment terms offered by the BPP for all transactions. This can be overriden at the provider level.","type":"array","items":{"$ref":"#/components/schemas/Payment"}},"offers":{"description":"Offers at the BPP-level. This is common across all providers onboarded by the BPP.","type":"array","items":{"$ref":"#/components/schemas/Offer"}},"providers":{"type":"array","items":{"$ref":"#/components/schemas/Provider"}},"exp":{"description":"Timestamp after which catalog will expire","type":"string","format":"date-time"},"ttl":{"description":"Duration in seconds after which this catalog will expire","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Category":{"description":"A label under which a collection of items can be grouped.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the category","type":"string"},"parent_category_id":{"$ref":"#/components/schemas/Category/properties/id"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"time":{"$ref":"#/components/schemas/Time"},"ttl":{"description":"Time to live for an instance of this schema"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Circle":{"description":"Describes a circular region of a specified radius centered at a specified GPS coordinate.","type":"object","additionalProperties":false,"properties":{"gps":{"$ref":"#/components/schemas/Gps"},"radius":{"$ref":"#/components/schemas/Scalar"}}},"City":{"description":"Describes a city","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the city","type":"string"},"code":{"description":"City code","type":"string"}}},"Contact":{"description":"Describes the contact information of an entity","type":"object","additionalProperties":false,"properties":{"phone":{"type":"string"},"email":{"type":"string"},"jcard":{"type":"object","description":"A Jcard object as per draft-ietf-jcardcal-jcard-03 specification"}}},"Context":{"description":"Every API call in beckn protocol has a context. It provides a high-level overview to the receiver about the nature of the intended transaction. Typically, it is the BAP that sets the transaction context based on the consumer's location and action on their UI. But sometimes, during unsolicited callbacks, the BPP also sets the transaction context but it is usually the same as the context of a previous full-cycle, request-callback interaction between the BAP and the BPP. The context object contains four types of fields.
  1. Demographic information about the transaction using fields like `domain`, `country`, and `region`.
  2. Addressing details like the sending and receiving platform's ID and API URL.
  3. Interoperability information like the protocol version that implemented by the sender and,
  4. Transaction details like the method being called at the receiver's endpoint, the transaction_id that represents an end-to-end user session at the BAP, a message ID to pair requests with callbacks, a timestamp to capture sending times, a ttl to specifiy the validity of the request, and a key to encrypt information if necessary.
This object must be passed in every interaction between a BAP and a BPP. In HTTP/S implementations, it is not necessary to send the context during the synchronous response. However, in asynchronous protocols, the context must be sent during all interactions,","type":"object","additionalProperties":false,"properties":{"domain":{"description":"Domain code that is relevant to this transaction context","allOf":[{"$ref":"#/components/schemas/Domain/properties/code","type":"string"}]},"location":{"description":"The location where the transaction is intended to be fulfilled.","allOf":[{"$ref":"#/components/schemas/Location"}]},"action":{"description":"The Beckn protocol method being called by the sender and executed at the receiver.","type":"string"},"version":{"type":"string","description":"Version of transaction protocol being used by the sender."},"bap_id":{"description":"Subscriber ID of the BAP","allOf":[{"description":"A globally unique identifier of the platform, Typically it is the fully qualified domain name (FQDN) of the platform.","type":"string"}]},"bap_uri":{"description":"Subscriber URL of the BAP for accepting callbacks from BPPs.","allOf":[{"description":"The callback URL of the Subscriber. This should necessarily contain the same domain name as set in `subscriber_id``.","type":"string","format":"uri"}]},"bpp_id":{"description":"Subscriber ID of the BPP","allOf":[{"$ref":"#/components/schemas/Context/properties/bap_id/allOf/0"}]},"bpp_uri":{"description":"Subscriber URL of the BPP for accepting calls from BAPs.","allOf":[{"$ref":"#/components/schemas/Context/properties/bap_uri/allOf/0"}]},"transaction_id":{"description":"This is a unique value which persists across all API calls from `search` through `confirm`. This is done to indicate an active user session across multiple requests. The BPPs can use this value to push personalized recommendations, and dynamic offerings related to an ongoing transaction despite being unaware of the user active on the BAP.","type":"string","format":"uuid"},"message_id":{"description":"This is a unique value which persists during a request / callback cycle. Since beckn protocol APIs are asynchronous, BAPs need a common value to match an incoming callback from a BPP to an earlier call. This value can also be used to ignore duplicate messages coming from the BPP. It is recommended to generate a fresh message_id for every new interaction. When sending unsolicited callbacks, BPPs must generate a new message_id.","type":"string","format":"uuid"},"timestamp":{"description":"Time of request generation in RFC3339 format","type":"string","format":"date-time"},"key":{"description":"The encryption public key of the sender","type":"string"},"ttl":{"description":"The duration in ISO8601 format after timestamp for which this message holds valid","type":"string"}}},"Country":{"description":"Describes a country","type":"object","additionalProperties":false,"properties":{"name":{"type":"string","description":"Name of the country"},"code":{"type":"string","description":"Country code as per ISO 3166-1 and ISO 3166-2 format"}}},"Credential":{"description":"Describes a credential of an entity - Person or Organization","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"type":{"type":"string","default":"VerifiableCredential"},"url":{"description":"URL of the credential","type":"string","format":"uri"}}},"Customer":{"description":"Describes a customer buying/availing a product or a service","type":"object","additionalProperties":false,"properties":{"organization":{"$ref":"#/components/schemas/Organization"},"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"}}},"DecimalValue":{"description":"Describes a numerical value in decimal form","type":"string","pattern":"[+-]?([0-9]*[.])?[0-9]+"},"Descriptor":{"description":"Physical description of something.","type":"object","additionalProperties":false,"properties":{"name":{"type":"string"},"code":{"type":"string"},"short_desc":{"type":"string"},"long_desc":{"type":"string"},"additional_desc":{"type":"object","properties":{"url":{"type":"string"},"content_type":{"type":"string","enum":["text/plain","text/html","application/json"]}}},"media":{"type":"array","items":{"$ref":"#/components/schemas/MediaFile"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}}}},"Domain":{"description":"Described the industry sector or sub-sector. The network policy should contain codes for all the industry sectors supported by the network. Domains can be created in varying levels of granularity. The granularity of a domain can be decided by the participants of the network. Too broad domains will result in irrelevant search broadcast calls to BPPs that don't have services supporting the domain. Too narrow domains will result in a large number of registry entries for each BPP. It is recommended that network facilitators actively collaborate with various working groups and network participants to carefully choose domain codes keeping in mind relevance, performance, and opportunity cost. It is recommended that networks choose broad domains like mobility, logistics, healthcare etc, and progressively granularize them as and when the number of network participants for each domain grows large.","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the domain","type":"string"},"code":{"description":"Standard code representing the domain. The standard is usually published as part of the network policy. Furthermore, the network facilitator should also provide a mechanism to provide the supported domains of a network."},"additional_info":{"description":"A url that contains addtional information about that domain.","allOf":[{"$ref":"#/components/schemas/MediaFile"}]}}},"Duration":{"description":"Describes duration as per ISO8601 format","type":"string"},"Error":{"description":"Describes an error object that is returned by a BAP, BPP or BG as a response or callback to an action by another network participant. This object is sent when any request received by a network participant is unacceptable. This object can be sent either during Ack or with the callback.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string","description":"Standard error code. For full list of error codes, refer to docs/protocol-drafts/BECKN-005-ERROR-CODES-DRAFT-01.md of this repo\""},"paths":{"type":"string","description":"Path to json schema generating the error. Used only during json schema validation errors"},"message":{"type":"string","description":"Human readable message describing the error. Used mainly for logging. Not recommended to be shown to the user."}}},"Fee":{"description":"A fee applied on a particular entity","type":"object","additionalProperties":false,"properties":{"percentage":{"description":"Percentage of a value","allOf":[{"$ref":"#/components/schemas/DecimalValue"}]},"amount":{"description":"A fixed value","allOf":[{"$ref":"#/components/schemas/Price"}]}}},"Form":{"description":"Describes a form","type":"object","additionalProperties":false,"properties":{"id":{"description":"The form identifier.","type":"string"},"url":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object. Once fetched, the rendering platform can choosed to render the form as-is as an embeddable element; or process it further to blend with the theme of the application. In case the interface is non-visual, the the render can process the form data and reproduce it as per the standard specified in the form.","type":"string","format":"uri"},"data":{"description":"The form submission data","type":"object","additionalProperties":{"type":"string"}},"mime_type":{"description":"This field indicates the nature and format of the form received by querying the url. MIME types are defined and standardized in IETF's RFC 6838.","type":"string","enum":["text/html","application/html","application/xml","text/html-multi"]},"resubmit":{"type":"boolean"},"multiple_sumbissions":{"type":"boolean"}}},"Fulfillment":{"description":"Describes how a an order will be rendered/fulfilled to the end-customer","type":"object","additionalProperties":false,"properties":{"id":{"description":"Unique reference ID to the fulfillment of an order","type":"string"},"type":{"description":"A code that describes the mode of fulfillment. This is typically set when there are multiple ways an order can be fulfilled. For example, a retail order can be fulfilled either via store pickup or a home delivery. Similarly, a medical consultation can be provided either in-person or via tele-consultation. The network policy must publish standard fulfillment type codes for the different modes of fulfillment.","type":"string"},"rateable":{"description":"Whether the fulfillment can be rated or not","type":"boolean"},"rating":{"description":"The rating value of the fulfullment service.","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]},"state":{"description":"The current state of fulfillment. The BPP must set this value whenever the state of the order fulfillment changes and fire an unsolicited `on_status` call.","allOf":[{"$ref":"#/components/schemas/FulfillmentState"}]},"tracking":{"type":"boolean","description":"Indicates whether the fulfillment allows tracking","default":false},"customer":{"description":"The person that will ultimately receive the order","allOf":[{"$ref":"#/components/schemas/Customer"}]},"agent":{"description":"The agent that is currently handling the fulfillment of the order","allOf":[{"$ref":"#/components/schemas/Agent"}]},"contact":{"$ref":"#/components/schemas/Contact"},"vehicle":{"$ref":"#/components/schemas/Vehicle"},"stops":{"description":"The list of logical stops encountered during the fulfillment of an order.","type":"array","items":{"$ref":"#/components/schemas/Stop"}},"path":{"description":"The physical path taken by the agent that can be rendered on a map. The allowed format of this property can be set by the network.","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"FulfillmentState":{"description":"Describes the state of fulfillment","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"updated_at":{"type":"string","format":"date-time"},"updated_by":{"type":"string","description":"ID of entity which changed the state"}}},"Gps":{"description":"Describes a GPS coordinate","type":"string","pattern":"^[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?),\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)$"},"Image":{"description":"Describes an image","type":"object","additionalProperties":false,"properties":{"url":{"description":"URL to the image. This can be a data url or an remote url","type":"string","format":"uri"},"size_type":{"description":"The size of the image. The network policy can define the default dimensions of each type","type":"string","enum":["xs","sm","md","lg","xl","custom"]},"width":{"description":"Width of the image in pixels","type":"string"},"height":{"description":"Height of the image in pixels","type":"string"}}},"Intent":{"description":"The intent to buy or avail a product or a service. The BAP can declare the intent of the consumer containing
This has properties like descriptor,provider,fulfillment,payment,category,offer,item,tags
This is typically used by the BAP to send the purpose of the user's search to the BPP. This will be used by the BPP to find products or services it offers that may match the user's intent.
For example, in Mobility, the mobility consumer declares a mobility intent. In this case, the mobility consumer declares information that describes various aspects of their journey like,
For example, in health domain, a consumer declares the intent for a lab booking the describes various aspects of their booking like,","type":"object","additionalProperties":false,"properties":{"descriptor":{"description":"A raw description of the search intent. Free text search strings, raw audio, etc can be sent in this object.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"provider":{"description":"The provider from which the customer wants to place to the order from","allOf":[{"$ref":"#/components/schemas/Provider"}]},"fulfillment":{"description":"Details on how the customer wants their order fulfilled","allOf":[{"$ref":"#/components/schemas/Fulfillment"}]},"payment":{"description":"Details on how the customer wants to pay for the order","allOf":[{"$ref":"#/components/schemas/Payment"}]},"category":{"description":"Details on the item category","allOf":[{"$ref":"#/components/schemas/Category"}]},"offer":{"description":"details on the offer the customer wants to avail","allOf":[{"$ref":"#/components/schemas/Offer"}]},"item":{"description":"Details of the item that the consumer wants to order","allOf":[{"$ref":"#/components/schemas/Item"}]},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"ItemQuantity":{"description":"Describes the count or amount of an item","type":"object","additionalProperties":false,"properties":{"allocated":{"description":"This represents the exact quantity allocated for purchase of the item.","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"available":{"description":"This represents the exact quantity available for purchase of the item. The buyer can only purchase multiples of this","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"maximum":{"description":"This represents the maximum quantity allowed for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":1},"measure":{"$ref":"#/components/schemas/Scalar"}}},"minimum":{"description":"This represents the minimum quantity allowed for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"selected":{"description":"This represents the quantity selected for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"unitized":{"description":"This represents the quantity available in a single unit of the item","type":"object","properties":{"count":{"type":"integer","minimum":1,"maximum":1},"measure":{"$ref":"#/components/schemas/Scalar"}}}}},"Item":{"description":"Describes a product or a service offered to the end consumer by the provider. In the mobility sector, it can represent a fare product like one way journey. In the logistics sector, it can represent the delivery service offering. In the retail domain it can represent a product like a grocery item.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the item.","type":"string"},"parent_item_id":{"description":"ID of the item, this item is a variant of","allOf":[{"$ref":"#/components/schemas/Item/properties/id"}]},"parent_item_quantity":{"description":"The number of units of the parent item this item is a multiple of","allOf":[{"$ref":"#/components/schemas/ItemQuantity"}]},"descriptor":{"description":"Physical description of the item","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"creator":{"description":"The creator of this item","allOf":[{"$ref":"#/components/schemas/Organization"}]},"price":{"description":"The price of this item, if it has intrinsic value","allOf":[{"$ref":"#/components/schemas/Price"}]},"quantity":{"description":"The selling quantity of the item","allOf":[{"$ref":"#/components/schemas/ItemQuantity"}]},"category_ids":{"description":"Categories this item can be listed under","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Category/properties/id"}]}},"fulfillment_ids":{"description":"Modes through which this item can be fulfilled","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Fulfillment/properties/id"}]}},"location_ids":{"description":"Provider Locations this item is available in","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Location/properties/id"}]}},"payment_ids":{"description":"Payment modalities through which this item can be ordered","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Payment/properties/id"}]}},"add_ons":{"type":"array","items":{"$ref":"#/components/schemas/AddOn"}},"cancellation_terms":{"description":"Cancellation terms of this item","type":"array","items":{"$ref":"#/components/schemas/CancellationTerm"}},"refund_terms":{"description":"Refund terms of this item","type":"array","items":{"description":"Refund term of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"refund_eligible":{"description":"Indicates if cancellation will result in a refund","type":"boolean"},"refund_within":{"description":"Time within which refund will be processed after successful cancellation.","allOf":[{"$ref":"#/components/schemas/Time"}]},"refund_amount":{"$ref":"#/components/schemas/Price"}}}},"replacement_terms":{"description":"Terms that are applicable be met when this item is replaced","type":"array","items":{"$ref":"#/components/schemas/ReplacementTerm"}},"return_terms":{"description":"Terms that are applicable when this item is returned","type":"array","items":{"$ref":"#/components/schemas/ReturnTerm"}},"xinput":{"description":"Additional input required from the customer to purchase / avail this item","allOf":[{"$ref":"#/components/schemas/XInput"}]},"time":{"description":"Temporal attributes of this item. This property is used when the item exists on the catalog only for a limited period of time.","allOf":[{"$ref":"#/components/schemas/Time"}]},"rateable":{"description":"Whether this item can be rated","type":"boolean"},"rating":{"description":"The rating of the item","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]},"matched":{"description":"Whether this item is an exact match of the request","type":"boolean"},"related":{"description":"Whether this item is a related item to the exactly matched item","type":"boolean"},"recommended":{"description":"Whether this item is a recommended item to a response","type":"boolean"},"ttl":{"description":"Time to live in seconds for an instance of this schema","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Location":{"description":"The physical location of something","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"map_url":{"description":"The url to the map of the location. This can be a globally recognized map url or the one specified by the network policy.","type":"string","format":"uri"},"gps":{"description":"The GPS co-ordinates of this location.","allOf":[{"$ref":"#/components/schemas/Gps"}]},"address":{"description":"The address of this location.","allOf":[{"$ref":"#/components/schemas/Address"}]},"city":{"description":"The city this location is, or is located within","allOf":[{"$ref":"#/components/schemas/City"}]},"district":{"description":"The state this location is, or is located within","type":"string"},"state":{"description":"The state this location is, or is located within","allOf":[{"$ref":"#/components/schemas/State"}]},"country":{"description":"The country this location is, or is located within","allOf":[{"$ref":"#/components/schemas/Country"}]},"area_code":{"type":"string"},"circle":{"$ref":"#/components/schemas/Circle"},"polygon":{"description":"The boundary polygon of this location","type":"string"},"3dspace":{"description":"The three dimensional region describing this location","type":"string"},"rating":{"description":"The rating of this location","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]}}},"MediaFile":{"description":"This object contains a url to a media file.","type":"object","additionalProperties":false,"properties":{"mimetype":{"description":"indicates the nature and format of the document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838","type":"string"},"url":{"description":"The URL of the file","type":"string","format":"uri"},"signature":{"description":"The digital signature of the file signed by the sender","type":"string"},"dsa":{"description":"The signing algorithm used by the sender","type":"string"}}},"Offer":{"description":"An offer associated with a catalog. This is typically used to promote a particular product and enable more purchases.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"location_ids":{"type":"array","items":{"$ref":"#/components/schemas/Location/properties/id"}},"category_ids":{"type":"array","items":{"$ref":"#/components/schemas/Category/properties/id"}},"item_ids":{"type":"array","items":{"$ref":"#/components/schemas/Item/properties/id"}},"time":{"$ref":"#/components/schemas/Time"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Option":{"description":"Describes a selectable option","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"}}},"Order":{"description":"Describes a legal purchase order. It contains the complete details of the legal contract created between the buyer and the seller.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string","description":"Human-readable ID of the order. This is generated at the BPP layer. The BPP can either generate order id within its system or forward the order ID created at the provider level."},"ref_order_ids":{"description":"A list of order IDs to link this order to previous orders.","type":"array","items":{"type":"string","description":"ID of a previous order"}},"status":{"description":"Status of the order. Allowed values can be defined by the network policy","type":"string","enum":["ACTIVE","COMPLETE","CANCELLED","CANCELLATION_INITIATED","ACCEPTED","REJECTED","CREATED","COMPLETED"]},"type":{"description":"This is used to indicate the type of order being created to BPPs. Sometimes orders can be linked to previous orders, like a replacement order in a retail domain. A follow-up consultation in healthcare domain. A single order part of a subscription order. The list of order types can be standardized at the network level.","type":"string","default":"DEFAULT","enum":["DRAFT","DEFAULT"]},"provider":{"description":"Details of the provider whose catalog items have been selected.","allOf":[{"$ref":"#/components/schemas/Provider"}]},"items":{"description":"The items purchased / availed in this order","type":"array","items":{"$ref":"#/components/schemas/Item"}},"add_ons":{"description":"The add-ons purchased / availed in this order","type":"array","items":{"$ref":"#/components/schemas/AddOn"}},"offers":{"description":"The offers applied in this order","type":"array","items":{"$ref":"#/components/schemas/Offer"}},"billing":{"description":"The billing details of this order","allOf":[{"$ref":"#/components/schemas/Billing"}]},"fulfillments":{"description":"The fulfillments involved in completing this order","type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"cancellation":{"description":"The cancellation details of this order","allOf":[{"$ref":"#/components/schemas/Cancellation"}]},"cancellation_terms":{"description":"Cancellation terms of this item","type":"array","items":{"$ref":"#/components/schemas/CancellationTerm"}},"documents":{"type":"array","items":{"description":"Documnents associated to the order","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"mime_type":{"description":"This field indicates the nature and format of the form received by querying the url. MIME types are defined and standardized in IETF's RFC 6838.","type":"string","enum":["text/html","application/html","application/xml","application/pdf"]},"url":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object.","type":"string","format":"uri"},"old_policy_doc":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object.","type":"string","format":"uri"}}}},"refund_terms":{"description":"Refund terms of this item","type":"array","items":{"$ref":"#/components/schemas/Item/properties/refund_terms/items"}},"replacement_terms":{"description":"Replacement terms of this item","type":"array","items":{"$ref":"#/components/schemas/ReplacementTerm"}},"return_terms":{"description":"Return terms of this item","type":"array","items":{"$ref":"#/components/schemas/ReturnTerm"}},"quote":{"description":"The mutually agreed upon quotation for this order.","allOf":[{"$ref":"#/components/schemas/Quotation"}]},"payments":{"description":"The terms of settlement for this order","type":"array","items":{"$ref":"#/components/schemas/Payment"}},"created_at":{"description":"The date-time of creation of this order","type":"string","format":"date-time"},"updated_at":{"description":"The date-time of updated of this order","type":"string","format":"date-time"},"xinput":{"description":"Additional input required from the customer to confirm this order","allOf":[{"$ref":"#/components/schemas/XInput"}]},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Organization":{"description":"An organization. Usually a recognized business entity.","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"address":{"description":"The postal address of the organization","allOf":[{"$ref":"#/components/schemas/Address"}]},"state":{"description":"The state where the organization's address is registered","allOf":[{"$ref":"#/components/schemas/State"}]},"city":{"description":"The city where the the organization's address is registered","allOf":[{"$ref":"#/components/schemas/City"}]},"contact":{"$ref":"#/components/schemas/Contact"},"creds":{"type":"array","items":{"$ref":"#/components/schemas/Credential"}}}},"Payment":{"description":"Describes the terms of settlement between the BAP and the BPP for a single transaction. When instantiated, this object contains
  1. the amount that has to be settled,
  2. The payment destination destination details
  3. When the settlement should happen, and
  4. A transaction reference ID
. During a transaction, the BPP reserves the right to decide the terms of payment. However, the BAP can send its terms to the BPP first. If the BPP does not agree to those terms, it must overwrite the terms and return them to the BAP. If overridden, the BAP must either agree to the terms sent by the BPP in order to preserve the provider's autonomy, or abort the transaction. In case of such disagreements, the BAP and the BPP can perform offline negotiations on the payment terms. Once an agreement is reached, the BAP and BPP can resume transactions.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the payment term that can be referred at an item or an order level in a catalog","type":"string"},"collected_by":{"description":"This field indicates who is the collector of payment. The BAP can set this value to 'bap' if it wants to collect the payment first and settle it to the BPP. If the BPP agrees to those terms, the BPP should not send the payment url. Alternatively, the BPP can set this field with the value 'bpp' if it wants the payment to be made directly.","type":"string"},"url":{"type":"string","description":"A payment url to be called by the BAP. If empty, then the payment is to be done offline. The details of payment should be present in the params object. If tl_method = http/get, then the payment details will be sent as url params. Two url param values, ```$transaction_id``` and ```$amount``` are mandatory.","format":"uri"},"params":{"type":"object","properties":{"transaction_id":{"type":"string","description":"The reference transaction ID associated with a payment activity"},"amount":{"type":"string"},"currency":{"type":"string"},"bank_code":{"type":"string"},"bank_account_number":{"type":"string"},"virtual_payment_address":{"type":"string"},"source_bank_code":{"type":"string"},"source_bank_account_number":{"type":"string"},"source_virtual_payment_address":{"type":"string"}}},"type":{"type":"string","enum":["PRE-ORDER","PRE-FULFILLMENT","ON-FULFILLMENT","POST-FULFILLMENT","ON-ORDER","PRE_ORDER","PRE_FULFILLMENT","ON_FULFILLMENT","POST_FULFILLMENT","ON_ORDER","REFUND"]},"status":{"type":"string","enum":["PAID","NOT-PAID","DELAYED","DEFERRED","FAILED"]},"time":{"$ref":"#/components/schemas/Time"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Person":{"description":"Describes a person as any individual","type":"object","additionalProperties":false,"properties":{"id":{"type":"string","description":"Describes the identity of the person"},"url":{"description":"Profile url of the person","type":"string","format":"uri"},"name":{"description":"the name of the person","type":"string"},"image":{"$ref":"#/components/schemas/Image"},"age":{"description":"Age of the person","allOf":[{"$ref":"#/components/schemas/Duration"}]},"dob":{"description":"Date of birth of the person","type":"string","format":"date"},"gender":{"type":"string","description":"Gender of something, typically a Person, but possibly also fictional characters, animals, etc. While Male and Female may be used, text strings are also acceptable for people who do not identify as a binary gender.Allowed values for this field can be published in the network policy"},"creds":{"type":"array","items":{"$ref":"#/components/schemas/Credential"}},"languages":{"type":"array","items":{"description":"Describes a language known to the person.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string"},"name":{"type":"string"}}}},"skills":{"type":"array","items":{"description":"Describes a skill of the person.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string"},"name":{"type":"string"}}}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Price":{"description":"Describes the price of a product or service","type":"object","additionalProperties":false,"properties":{"currency":{"type":"string"},"value":{"$ref":"#/components/schemas/DecimalValue"},"estimated_value":{"$ref":"#/components/schemas/DecimalValue"},"computed_value":{"$ref":"#/components/schemas/DecimalValue"},"listed_value":{"$ref":"#/components/schemas/DecimalValue"},"offered_value":{"$ref":"#/components/schemas/DecimalValue"},"minimum_value":{"$ref":"#/components/schemas/DecimalValue"},"maximum_value":{"$ref":"#/components/schemas/DecimalValue"}}},"Provider":{"description":"Describes the catalog of a business.","type":"object","properties":{"id":{"type":"string","description":"Id of the provider"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"category_id":{"type":"string","description":"Category Id of the provider at the BPP-level catalog"},"rating":{"$ref":"#/components/schemas/Rating/properties/value"},"time":{"$ref":"#/components/schemas/Time"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/Category"}},"fulfillments":{"type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"payments":{"type":"array","items":{"$ref":"#/components/schemas/Payment"}},"locations":{"type":"array","items":{"$ref":"#/components/schemas/Location"}},"offers":{"type":"array","items":{"$ref":"#/components/schemas/Offer"}},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}},"exp":{"type":"string","description":"Time after which catalog has to be refreshed","format":"date-time"},"rateable":{"description":"Whether this provider can be rated or not","type":"boolean"},"ttl":{"description":"The time-to-live in seconds, for this object. This can be overriden at deeper levels. A value of -1 indicates that this object is not cacheable.","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Quotation":{"description":"Describes a quote. It is the estimated price of products or services from the BPP.
This has properties like price, breakup, ttl","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the quote.","type":"string"},"price":{"description":"The total quoted price","allOf":[{"$ref":"#/components/schemas/Price"}]},"breakup":{"description":"the breakup of the total quoted price","type":"array","items":{"type":"object","additionalProperties":false,"properties":{"item":{"$ref":"#/components/schemas/Item"},"title":{"type":"string"},"price":{"$ref":"#/components/schemas/Price"}}}},"ttl":{"$ref":"#/components/schemas/Duration"}}},"Rating":{"description":"Describes the rating of an entity","type":"object","additionalProperties":false,"properties":{"rating_category":{"description":"Category of the entity being rated","type":"string","enum":["Item","Order","Fulfillment","Provider","Agent","Support"]},"id":{"description":"Id of the object being rated","type":"string"},"value":{"description":"Rating value given to the object. This can be a single value or can also contain an inequality operator like gt, gte, lt, lte. This can also contain an inequality expression containing logical operators like && and ||.","type":"string"}}},"Region":{"description":"Describes an arbitrary region of space. The network policy should contain a published list of supported regions by the network.","type":"object","additionalProperties":false,"properties":{"dimensions":{"description":"The number of dimensions that are used to describe any point inside that region. The most common dimensionality of a region is 2, that represents an area on a map. There are regions on the map that can be approximated to one-dimensional regions like roads, railway lines, or shipping lines. 3 dimensional regions are rarer, but are gaining popularity as flying drones are being adopted for various fulfillment services.","type":"string","enum":["1","2","3"]},"type":{"description":"The type of region. This is used to specify the granularity of the region represented by this object. Various examples of two-dimensional region types are city, country, state, district, and so on. The network policy should contain a list of all possible region types supported by the network.","type":"string"},"name":{"type":"string","description":"Name of the region as specified on the map where that region exists."},"code":{"type":"string","description":"A standard code representing the region. This should be interpreted in the same way by all network participants."},"boundary":{"type":"string","description":"A string representing the boundary of the region. One-dimensional regions are represented by polylines. Two-dimensional regions are represented by polygons, and three-dimensional regions can represented by polyhedra."},"map_url":{"type":"string","description":"The url to the map of the region. This can be a globally recognized map or the one specified by the network policy."}}},"ReplacementTerm":{"description":"The replacement policy of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"replace_within":{"description":"Applicable only for buyer managed returns where the buyer has to replace the item before a certain date-time, failing which they will not be eligible for replacement","allOf":[{"$ref":"#/components/schemas/Time"}]},"external_ref":{"$ref":"#/components/schemas/MediaFile"}}},"ReturnTerm":{"description":"Describes the return policy of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term IETF''s applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"return_eligible":{"description":"Indicates whether the item is eligible for return","type":"boolean"},"return_time":{"description":"Applicable only for buyer managed returns where the buyer has to return the item to the origin before a certain date-time, failing which they will not be eligible for refund.","allOf":[{"$ref":"#/components/schemas/Time"}]},"return_location":{"description":"The location where the item or order must / will be returned to","allOf":[{"$ref":"#/components/schemas/Location"}]},"fulfillment_managed_by":{"description":"The entity that will perform the return","type":"string","enum":["CONSUMER","PROVIDER"]}}},"Scalar":{"description":"Describes a scalar","type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["CONSTANT","VARIABLE"]},"value":{"$ref":"#/components/schemas/DecimalValue"},"estimated_value":{"$ref":"#/components/schemas/DecimalValue"},"computed_value":{"$ref":"#/components/schemas/DecimalValue"},"range":{"type":"object","properties":{"min":{"$ref":"#/components/schemas/DecimalValue"},"max":{"$ref":"#/components/schemas/DecimalValue"}}},"unit":{"type":"string"}}},"Schedule":{"description":"Describes schedule as a repeating time period used to describe a regularly recurring event. At a minimum a schedule will specify frequency which describes the interval between occurrences of the event. Additional information can be provided to specify the schedule more precisely. This includes identifying the timestamps(s) of when the event will take place. Schedules may also have holidays to exclude a specific day from the schedule.
This has properties like frequency, holidays, times","type":"object","additionalProperties":false,"properties":{"frequency":{"$ref":"#/components/schemas/Duration"},"holidays":{"type":"array","items":{"type":"string","format":"date-time"}},"times":{"type":"array","items":{"type":"string","format":"date-time"}}}},"State":{"description":"A bounded geopolitical region of governance inside a country.","type":"object","additionalProperties":false,"properties":{"name":{"type":"string","description":"Name of the state"},"code":{"type":"string","description":"State code as per country or international standards"}}},"Stop":{"description":"A logical point in space and time during the fulfillment of an order.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"parent_stop_id":{"type":"string"},"location":{"description":"Location of the stop","allOf":[{"$ref":"#/components/schemas/Location"}]},"type":{"description":"The type of stop. Allowed values of this property can be defined by the network policy.","type":"string"},"time":{"description":"Timings applicable at the stop.","allOf":[{"$ref":"#/components/schemas/Time"}]},"instructions":{"description":"Instructions that need to be followed at the stop","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"contact":{"description":"Contact details of the stop","allOf":[{"$ref":"#/components/schemas/Contact"}]},"person":{"description":"The details of the person present at the stop","allOf":[{"$ref":"#/components/schemas/Person"}]},"authorization":{"$ref":"#/components/schemas/Authorization"}}},"Support":{"description":"Details of customer support","type":"object","additionalProperties":false,"properties":{"order_id":{"type":"string"},"ref_id":{"type":"string"},"callback_phone":{"type":"string","format":"phone"},"phone":{"type":"string","format":"phone"},"email":{"type":"string","format":"email"},"url":{"type":"string","format":"uri"}}},"Tag":{"description":"Describes a tag. This is used to contain extended metadata. This object can be added as a property to any schema to describe extended attributes. For BAPs, tags can be sent during search to optimize and filter search results. BPPs can use tags to index their catalog to allow better search functionality. Tags are sent by the BPP as part of the catalog response in the `on_search` callback. Tags are also meant for display purposes. Upon receiving a tag, BAPs are meant to render them as name-value pairs. This is particularly useful when rendering tabular information about a product or service.","type":"object","additionalProperties":false,"properties":{"descriptor":{"description":"Description of the Tag, can be used to store detailed information.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"value":{"description":"The value of the tag. This set by the BPP and rendered as-is by the BAP.","type":"string"},"display":{"description":"This value indicates if the tag is intended for display purposes. If set to `true`, then this tag must be displayed. If it is set to `false`, it should not be displayed. This value can override the group display value.","type":"boolean"}}},"TagGroup":{"description":"A collection of tag objects with group level attributes. For detailed documentation on the Tags and Tag Groups schema go to https://github.com/beckn/protocol-specifications/discussions/316","type":"object","additionalProperties":false,"properties":{"display":{"description":"Indicates the display properties of the tag group. If display is set to false, then the group will not be displayed. If it is set to true, it should be displayed. However, group-level display properties can be overriden by individual tag-level display property. As this schema is purely for catalog display purposes, it is not recommended to send this value during search.","type":"boolean","default":true},"descriptor":{"description":"Description of the TagGroup, can be used to store detailed information.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"list":{"description":"An array of Tag objects listed under this group. This property can be set by BAPs during search to narrow the `search` and achieve more relevant results. When received during `on_search`, BAPs must render this list under the heading described by the `name` property of this schema.","type":"array","items":{"$ref":"#/components/schemas/Tag"}}}},"Time":{"description":"Describes time in its various forms. It can be a single point in time; duration; or a structured timetable of operations
This has properties like label, time stamp,duration,range, days, schedule","type":"object","additionalProperties":false,"properties":{"label":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"duration":{"$ref":"#/components/schemas/Duration"},"range":{"type":"object","properties":{"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"days":{"type":"string","description":"comma separated values representing days of the week"},"schedule":{"$ref":"#/components/schemas/Schedule"}}},"Tracking":{"description":"Contains tracking information that can be used by the BAP to track the fulfillment of an order in real-time. which is useful for knowing the location of time sensitive deliveries.","type":"object","additionalProperties":false,"properties":{"id":{"description":"A unique tracking reference number","type":"string"},"url":{"description":"A URL to the tracking endpoint. This can be a link to a tracking webpage, a webhook URL created by the BAP where BPP can push the tracking data, or a GET url creaed by the BPP which the BAP can poll to get the tracking data. It can also be a websocket URL where the BPP can push real-time tracking data.","type":"string","format":"uri"},"location":{"description":"In case there is no real-time tracking endpoint available, this field will contain the latest location of the entity being tracked. The BPP will update this value everytime the BAP calls the track API.","allOf":[{"$ref":"#/components/schemas/Location"}]},"status":{"description":"This value indicates if the tracking is currently active or not. If this value is `active`, then the BAP can begin tracking the order. If this value is `inactive`, the tracking URL is considered to be expired and the BAP should stop tracking the order.","type":"string","enum":["active","inactive"]}}},"Vehicle":{"description":"Describes a vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.
This has properties like category, capacity, make, model, size,variant,color,energy_type,registration","type":"object","additionalProperties":false,"properties":{"category":{"type":"string"},"capacity":{"type":"integer"},"make":{"type":"string"},"model":{"type":"string"},"size":{"type":"string"},"variant":{"type":"string"},"color":{"type":"string"},"energy_type":{"type":"string"},"registration":{"type":"string"},"wheels_count":{"type":"string"},"cargo_volumne":{"type":"string"},"wheelchair_access":{"type":"string"},"code":{"type":"string"},"emission_standard":{"type":"string"}}},"XInput":{"description":"Contains any additional or extended inputs required to confirm an order. This is typically a Form Input. Sometimes, selection of catalog elements is not enough for the BPP to confirm an order. For example, to confirm a flight ticket, the airline requires details of the passengers along with information on baggage, identity, in addition to the class of ticket. Similarly, a logistics company may require details on the nature of shipment in order to confirm the shipping. A recruiting firm may require additional details on the applicant in order to confirm a job application. For all such purposes, the BPP can choose to send this object attached to any object in the catalog that is required to be sent while placing the order. This object can typically be sent at an item level or at the order level. The item level XInput will override the Order level XInput as it indicates a special requirement of information for that particular item. Hence the BAP must render a separate form for the Item and another form at the Order level before confirmation.","type":"object","additionalProperties":false,"properties":{"head":{"description":"Provides the header information for the xinput.","additionalProperties":false,"type":"object","properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"index":{"additionalProperties":false,"type":"object","properties":{"min":{"type":"integer"},"cur":{"type":"integer"},"max":{"type":"integer"}}},"headings":{"type":"array","items":{"type":"string","description":"The heading names of the forms"}}}},"form":{"$ref":"#/components/schemas/Form"},"form_response":{"description":"Describes the response to a form submission","type":"object","additionalProperties":false,"properties":{"status":{"description":"Contains the status of form submission.","type":"string"},"signature":{"type":"string"},"submission_id":{"type":"string"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/Error"}}}},"required":{"description":"Indicates whether the form data is mandatorily required by the BPP to confirm the order.","type":"boolean"}}}}},"x-enum":{"search":{"context":{"location":{"country":{"code":[{"code":"IND","description":"India","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"intent":{"category":{"descriptor":{"code":[{"code":"MUTUAL_FUNDS","description":"Describes, a kind of investment which requires to make payments at regular intervals.","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"catalog":{"providers":{"categories":{"descriptor":{"code":[{"code":"MUTUAL_FUNDS","description":"Describes, a kind of investment which requires to make payments at regular intervals.","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"fulfillments":{"type":[{"code":"LUMPSUM","description":"One-time investment in mutual fund","reference":"","list":[{"code":"REGISTER","description":"Describes, register value for incremental pull.","reference":"","list":[{"code":true,"description":"Register for unsolicited calls of incremental pull"},{"code":false,"description":"De-register for unsolicited calls of incremental pull"}]},{"code":"CHANGES_FROM","description":"Schemes updated from given date"}]},{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_search":{"message":{"catalog":{"providers":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"THRESHOLDS","description":"Threshold details about a fulfillment","reference":"","list":[{"code":"AMOUNT_MIN","description":"Minimum investment amount","reference":""},{"code":"AMOUNT_MAX","description":"Maximum investment amount","reference":""},{"code":"AMOUNT_MULTIPLES","description":"Investment amount multiples","reference":""},{"code":"UNITS_MIN","description":"Minimum units","reference":""},{"code":"UNITS_MAX","description":"Maximum units","reference":""},{"code":"UNITS_MULTIPLES","description":"Unit multiples allowed","reference":""},{"code":"INSTALMENTS_COUNT_MIN","description":"Minimum instalments for recurring orders","reference":""},{"code":"INSTALMENTS_COUNT_MAX","description":"Maximum instalments for recurring orders","reference":""},{"code":"CUMULATIVE_AMOUNT_MIN","description":"Minimum cumulative amount for recurring orders","reference":""},{"code":"FREQUENCY","description":"SIP frequency (ISO8601 format)","reference":"","list":[{"code":"P1M","description":"Monthly","reference":""},{"code":"P1D","description":"Daily","reference":""},{"code":"P1W","description":"Weekly","reference":""},{"code":"P0.25M","description":"Four times a month","reference":""},{"code":"P2W","description":"Fortnightly","reference":""},{"code":"P0.5M","description":"Twice a month","reference":""},{"code":"P3M","description":"Quarterly","reference":""},{"code":"P6M","description":"Half yearly","reference":""},{"code":"P1Y","description":"Yearly","reference":""}]},{"code":"FREQUENCY_DATES","description":"Allowed dates as per the frequency for systematic orders","reference":""},{"code":"ADDITIONAL_AMOUNT_MIN","description":"Minimum additional amount","reference":""},{"code":"ADDITIONAL_AMOUNT_MAX","description":"Maximum additional amount","reference":""}]}]}},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"select":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_select":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"init":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}],"fulfillments":{"tags":[{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]}}}},"on_init":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]},{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"confirm":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}],"fulfillments":{"tags":[{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]}}}},"on_confirm":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]},{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_status":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"payments":{"tags":[{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]}]},"fulfillments":{"tags":[{"code":"INFORMATION","description":"Additional information related to the fulfillment","reference":"","list":[{"code":"REMAINING_INSTALMENTS","description":"Number of instalments left in this recurring order as per the schedule","reference":""},{"code":"NEXT_INSTALMENT_DATE","description":"Date of the next instalment as per the schedule","reference":""},{"code":"LAST_INSTALMENT_DATE","description":"Date of the last instalment as per the schedule","reference":""}]},{"code":"ERROR_INFORMATION","description":"Error details for failed fulfillments","reference":"","list":[{"code":"REASON_CODE","description":"Error reason code","reference":""},{"code":"REASON_MESSAGE","description":"Error description message","reference":""}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"update":{"message":{"order":{"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]},{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]},{"code":"SETTLEMENT_DETAILS","description":"Describes the details of the settlements made to the AMC(s)","reference":"","list":[{"code":"AMOUNT","description":"Amount settled to the AMC","reference":""},{"code":"CURRENCY","description":"Currency of the amount settled","reference":""},{"code":"MODE","description":"Mode of settlement payment","reference":""},{"code":"BANK_ACCOUNT_NUMBER","description":"Bank a/c number to which the amount is settled","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Name of the bank a/c to which the amount is settled","reference":""},{"code":"BANK_CODE","description":"Code to identify the bank/branch of the account","reference":""},{"code":"TRANSACTION_ID","description":"Unique transaction id to track the settlement","reference":""},{"code":"SETTLED_AT","description":"Time at which the amount is settled","reference":""}]}]},"fulfillments":{"tags":[{"code":"CANCELLATION_INFO","description":"Details about the cancellation event","reference":"","list":[{"code":"REASON_CODE","description":"Standard code for the cancellation reason","reference":"","list":[{"code":"TECHNICAL_REASON","description":"This is when the buyer app wants to cancel the order because the investor dropped off in between or just to keep the order status at buyer app and seller app in sync. This is not with investor input.","reference":""},{"code":"AMOUNT_NOT_AVAILABLE","description":"Investor doesn't have the money to continue investing","reference":""},{"code":"SCHEME_NOT_PERFORMING","description":"Investor did not get returns as expected as the scheme is not performing","reference":""},{"code":"SERVICE_ISSUE","description":"Investor is not satisfied with the service","reference":""},{"code":"LOAD_REVISED","description":"Investor is not satisfied with revision on load","reference":""},{"code":"WISH_TO_INVEST_IN_ANOTHER_SCHEME","description":"Investor wishes to invest in another scheme","reference":""},{"code":"CHANGE_IN_FUND_MANAGER","description":"Investor is not satisfied with change in fund manager","reference":""},{"code":"GOAL_ACHIEVED","description":"The goal for sip is achieved earlier than planned","reference":""},{"code":"FAILURE_THRESHOLD_REACHED","description":"The max allowed number of consecutive sip instalment faillures reached. Provider cancels the sip in this case.","reference":""},{"code":"CUSTOM_REASON","description":"Custom cancellation reason","reference":""},{"code":"TIMEOUT","description":"Payment is not received within time. Provider cancels the fulfillment in this case.","reference":""}]},{"code":"REASON_MESSAGE","description":"Cancellation reason description","reference":""},{"code":"CANCELLED_BY","description":"Who initiated the cancellation","reference":"","list":[{"code":"CONSUMER","description":"Consumer initiated cancellation","reference":""},{"code":"PROVIDER","description":"Provider initiated cancellation","reference":""}]},{"code":"CANCELLED_TIME","description":"Cancellation initiation time","reference":""}]},{"code":"MODIFICATION_INFO","description":"Describes modification information for fulfillments","reference":"","list":[{"code":"MODIFIED_BY","description":"Describes who modified the fulfillment","reference":"","list":[{"code":"CONSUMER","description":"Modified by consumer","reference":""},{"code":"PROVIDER","description":"Modified by provider","reference":""}]}]}]}}}},"on_update":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]},{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]},{"code":"SETTLEMENT_DETAILS","description":"Describes the details of the settlements made to the AMC(s)","reference":"","list":[{"code":"AMOUNT","description":"Amount settled to the AMC","reference":""},{"code":"CURRENCY","description":"Currency of the amount settled","reference":""},{"code":"MODE","description":"Mode of settlement payment","reference":""},{"code":"BANK_ACCOUNT_NUMBER","description":"Bank a/c number to which the amount is settled","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Name of the bank a/c to which the amount is settled","reference":""},{"code":"BANK_CODE","description":"Code to identify the bank/branch of the account","reference":""},{"code":"TRANSACTION_ID","description":"Unique transaction id to track the settlement","reference":""},{"code":"SETTLED_AT","description":"Time at which the amount is settled","reference":""}]}]},"fulfillments":{"tags":[{"code":"INFORMATION","description":"Additional information related to the fulfillment","reference":"","list":[{"code":"REMAINING_INSTALMENTS","description":"Number of instalments left in this recurring order as per the schedule","reference":""},{"code":"NEXT_INSTALMENT_DATE","description":"Date of the next instalment as per the schedule","reference":""},{"code":"LAST_INSTALMENT_DATE","description":"Date of the last instalment as per the schedule","reference":""}]},{"code":"ERROR_INFORMATION","description":"Error details for failed fulfillments","reference":"","list":[{"code":"REASON_CODE","description":"Error reason code","reference":""},{"code":"REASON_MESSAGE","description":"Error description message","reference":""}]},{"code":"CANCELLATION_INFO","description":"Details about the cancellation event","reference":"","list":[{"code":"REASON_CODE","description":"Standard code for the cancellation reason","reference":"","list":[{"code":"TECHNICAL_REASON","description":"This is when the buyer app wants to cancel the order because the investor dropped off in between or just to keep the order status at buyer app and seller app in sync. This is not with investor input.","reference":""},{"code":"AMOUNT_NOT_AVAILABLE","description":"Investor doesn't have the money to continue investing","reference":""},{"code":"SCHEME_NOT_PERFORMING","description":"Investor did not get returns as expected as the scheme is not performing","reference":""},{"code":"SERVICE_ISSUE","description":"Investor is not satisfied with the service","reference":""},{"code":"LOAD_REVISED","description":"Investor is not satisfied with revision on load","reference":""},{"code":"WISH_TO_INVEST_IN_ANOTHER_SCHEME","description":"Investor wishes to invest in another scheme","reference":""},{"code":"CHANGE_IN_FUND_MANAGER","description":"Investor is not satisfied with change in fund manager","reference":""},{"code":"GOAL_ACHIEVED","description":"The goal for sip is achieved earlier than planned","reference":""},{"code":"FAILURE_THRESHOLD_REACHED","description":"The max allowed number of consecutive sip instalment faillures reached. Provider cancels the sip in this case.","reference":""},{"code":"CUSTOM_REASON","description":"Custom cancellation reason","reference":""},{"code":"TIMEOUT","description":"Payment is not received within time. Provider cancels the fulfillment in this case.","reference":""}]},{"code":"REASON_MESSAGE","description":"Cancellation reason description","reference":""},{"code":"CANCELLED_BY","description":"Who initiated the cancellation","reference":"","list":[{"code":"CONSUMER","description":"Consumer initiated cancellation","reference":""},{"code":"PROVIDER","description":"Provider initiated cancellation","reference":""}]},{"code":"CANCELLED_TIME","description":"Cancellation initiation time","reference":""}]},{"code":"REF_ORDER_IDS","description":"Details of child order ids in case of recurring orders","reference":"","list":[{"code":"CHILD_ORDER_ID","description":"Individual Recurring instalment order ID","reference":""}]},{"code":"EXTERNAL_REFS","description":"External system references","reference":"","list":[{"code":"RTA_SOURCE_REF","description":"Identifier reported by the seller app to the RTA","reference":""}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}}},"x-flows":[{"summary":"Search (Full Pull)","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","steps":[{"summary":"Search for schemes","api":"search","details":[{"description":"Search for all mutual fund schemes"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Respond with the catalog","api":"on_search","details":[{"description":"Returns the schemes on offer"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"Search and register for incremental pull","steps":[{"summary":"Search for schemes","api":"search","details":[{"description":"Search for all mutual fund schemes and also register to incremental updates"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Register","code":"REGISTER"},"value":"true"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}}}}}}},{"summary":"Respond with the catalog","api":"on_search","details":[{"description":"Returns the schemes on offer"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"SIP Creation (New Folio)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (New Folio w/ KYC)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new folio + kyc input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for folio+kyc"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for digilocker fetch"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"PENDING"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":1,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_2","url":"https://forms.sellerapp.com/account-opening-kyc/digilocker?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for digilocker fetch"}],"reference":"if any","example":{"value":"This will redirect to different html page for digilocker fetch"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"3a81210a-5872-4404-83e2-d26c02626f7f","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"status":"SUBMITTED","submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send digilocker fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for esign"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/esign?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for esign"}],"reference":"if any","example":{"value":"This will redirect to different html page for esign"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"b794f774-a25d-4a16-91ba-1202137a088e","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUBMITTED","submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send esign fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success and order in accepted state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (Existing Folio - Investor selects/enters a folio)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (New Folio) - Payment Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new folio input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for folio opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"auth_in_progress"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"A duplicate mandate registration request is in progress. Wait for 15m before retyring."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful sip instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Payment Failure","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (failed instalment payment)","api":"on_update","details":[{"description":"Failed sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"insufficient_balance"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor bank account doesn't have sufficient balance to debit"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order acceptance notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (failed instalment)","api":"on_update","details":[{"description":"Failed sip instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Auto Cancellation","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment cancellation status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"FAILURE_THRESHOLD_REACHED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"PROVIDER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP cancellation by the investor","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with cancellation detais"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"fulfillments","order":{"id":"mfpp_213adf123af","fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"tags":[{"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"GOAL_ACHIEVED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order fulfillment cancellation status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"GOAL_ACHIEVED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"CONSUMER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Completion","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment completion status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Completed","code":"COMPLETED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"0"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment (Existing Folio - Investor selects/enters a folio)","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment - Payment Retry","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update","api":"update","details":[{"description":"Ask for new payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive new payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123","pmt_587"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum - New Folio","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"89118579-e8be-4588-ad3f-a90b59447b1c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Select","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"89118579-e8be-4588-ad3f-a90b59447b1c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum (New Folio w/ KYC)","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"6c8500ad-53b2-44f3-adc6-863bd06d3f98","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for digilocker fetch"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"PENDING"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":1,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_2","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"application/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for digilocker fetch"}],"reference":"if any","example":{"value":"This will redirect to different html page for digilocker fetch"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ba084c0f-31cb-45d9-a7a0-c0b42e7888ce","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"status":"SUBMITTED","submission_id":"20d1fd2a-827d-460e-bd72-b21064d23002"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send digilocker fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"20d1fd2a-827d-460e-bd72-b21064d23002"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for esign"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"application/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for esign"}],"reference":"if any","example":{"value":"This will redirect to different html page for esign"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"e297d632-2368-434f-a0fe-e2dde3c3ec9c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"2650edf9-e69c-45c5-b129-89838f0b716e"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUBMITTED","submission_id":"2650edf9-e69c-45c5-b129-89838f0b716e"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Select","api":"select","details":[{"description":"Send esign fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"5e77885e-fd6a-440b-bbd9-3795eed6e43f"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - by units","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","details":[{"description":"Only difference from regular redemption by amount is to send units instead of amount in the quantity selected block"}],"references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details - number of units and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with number of units in item quantity selected field."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"amc_1"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send back the accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}},"allocated":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"599.85"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"600"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - redeem all","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","details":[{"description":"Only difference from regular redemption by units is to send -1 as units in the quantity selected block"}],"references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with number of units as -1 in item quantity selected field."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"amc_1"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send back the accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}},"allocated":{"measure":{"value":"50.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"999.75"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"1000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.25"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption failed"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"lien_marked"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Units in the folio are lien marked"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum Investment","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Multiple scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios for each fulfilment separately and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1,2 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"100.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"50.0000","listed_value":"50.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum Investment - Part Failure","details":[{"description":"All steps until confirm are the same as a regular cart puchase. Hence those calls are not shown here."}],"references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success, 2 failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Failed","code":"FAILED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - SIP Creation","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - SIP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification. Multiple fulfilments together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing. Multiple fulfilments together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"150","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"XYZ Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214325"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125488"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification. Payments for multiple fulfilments are collected together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful sip instalment notification. Both fulfillments are successful. In case of partial success or incremental success it will work similar to lumpsum purchase scenarios."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"100.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"50.0000","listed_value":"50.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Modification - Change Amount","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with changed amount"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.items","order":{"id":"mfpp_213adf123af","items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"tags":[{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order changed amount confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]},{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"5000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Modification - Pause","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with fulfilment pause status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.fulfillments","order":{"id":"mfpp_213adf123af","fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Paused","code":"PAUSED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"tags":[{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order paused confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Paused","code":"PAUSED"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"SKIPPED"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]},{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"5000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum + SIP","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection - two items of same scheme with one fulfillment each of type lumpsum and sip"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the order","api":"init","details":[{"description":"Send order details and folio details with the selected payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url. Payment for lumpsum and mandate registration for sip are done in one url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=30000","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation - Without Payment Mandate","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options (including skip payment option)"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details, folio details and choose skip payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with skip payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance and start the fulfillment as payment is skipped"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP - Add/Update new Payment Mandate","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Ask for new mandate registration"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive new mandate registration payment option. Once this payment is done, `on_status` and `on_update` etc. are the same as a regular sip flow"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Manual Payment","references":"if any","steps":[{"summary":"On Confirm (with skip payment) - Child Order","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask for a payment) - Child Order","api":"update","details":[{"description":"Ask for a manual payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}},{"summary":"On Update - Child Order","api":"on_update","details":[{"description":"Receive a manual payment option. And remaining workflow is same as regular payments"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Manual Payment and set Mandate","references":"if any","steps":[{"summary":"On Confirm (with skip payment) - Child Order","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask for a payment) - Child Order","api":"update","details":[{"description":"Ask for a upi autopay link to pay for this instalment and also create a mandate for future use"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_7657EFDFHF2342","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}]}}}}},{"summary":"On Update - Child Order","api":"on_update","details":[{"description":"Receive a upi autopay link to pay and set mandate."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status - Child Order","api":"on_status","details":[{"description":"Receive payment confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask to add existing mandate) - Parent Order","api":"update","details":[{"description":"Ask to add the mandate created in the previous step"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"}]}]}]}}}}},{"summary":"On Update - Parent Order","api":"on_update","details":[{"description":"Receive confirmation that the mandate is set for the parent sip order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP - Manual Trigger Instalment","references":"if any","steps":[{"summary":"Initialize the sip instalment order","api":"init","details":[{"description":"Send instalment order details with the parent sip order id. As there is no fulfilment id available, buyer app doesn't send the fulfilment id, just one fulfilment with type and customer consent details. In case of cart orders, send two items and one fulfilment - and receive the actual fulfilments in the on response."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"ref_order_ids":["mfpp_213adf123af"],"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Confirm an sip instalment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_234"]}],"fulfillments":[{"id":"ff_789","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_234","collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order acceptance. The following status and update calls are same as other flows"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Switch - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select switch out from a particular folio and scheme and switch into a particular scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get back the acknowledgement","api":"on_select","details":[{"description":"Get back the acknowledgment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the switch order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfs_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfs_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SWITCH_IN","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send switch successful message"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfs_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"quantity":{"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}}]},{"summary":"STP - by amount","references":"if any","steps":[{"summary":"Select stp in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the acknowledgement back","api":"on_select","details":[{"description":"Acknowledgement is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the stp order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfsp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfsp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfsp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]},{"id":"ff_124","type":"STP_IN","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}}]},{"summary":"STP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfsp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_4234adfdsf4"}]}]},{"id":"ff_124","type":"STP_IN","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_4234adfdsf4"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfs_213adf123af","ref_order_ids":["mfsp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"STP_IN_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful stp instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfs_213adf123af","ref_order_ids":["mfsp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"quantity":{"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"STP_OUT_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"STP_IN_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SWP - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select swp in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the swp order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfrp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfrp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfrp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SWP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfrp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfr_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfr_4234adfdsf4"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","ref_order_ids":["mfrp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful swp instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_213adf123af","ref_order_ids":["mfrp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"SWP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment - Payments by Buyer App","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection with setting payment collected_by BAP"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios. No payment options are sent back as the collection is done by BAP"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back. No payment url is sent as the payment is collected by buyer app"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update","api":"update","details":[{"description":"Buyer app collects the payment and update the order with the settlement details. As the payment collection and settlement can be done anytime before fulfilment, buyer app can send the settlement details during confirm call also if available. Then this update call is not needed."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BAP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"24234324324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Settlement Details","code":"SETTLEMENT_DETAILS"},"list":[{"descriptor":{"code":"AMOUNT"},"value":"3000"},{"descriptor":{"code":"CURRENCY"},"value":"INR"},{"descriptor":{"code":"MODE"},"value":"NEFT"},{"descriptor":{"code":"BANK_ACCOUNT_NUMBER"},"value":"1235890234325"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"ABC MF Collection Account"},{"descriptor":{"code":"BANK_CODE"},"value":"hdfc0000012"},{"descriptor":{"code":"TRANSACTION_ID"},"value":"UTR1234ADF342345324"},{"descriptor":{"code":"SETTLED_AT"},"value":"2023-05-25T05:23:03.443Z"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment initiated notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"24234324324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Settlement Details","code":"SETTLEMENT_DETAILS"},"list":[{"descriptor":{"code":"AMOUNT"},"value":"3000"},{"descriptor":{"code":"CURRENCY"},"value":"INR"},{"descriptor":{"code":"MODE"},"value":"NEFT"},{"descriptor":{"code":"BANK_ACCOUNT_NUMBER"},"value":"1235890234325"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"ABC MF Collection Account"},{"descriptor":{"code":"BANK_CODE"},"value":"hdfc0000012"},{"descriptor":{"code":"TRANSACTION_ID"},"value":"UTR1234ADF342345324"},{"descriptor":{"code":"SETTLED_AT"},"value":"2023-05-25T05:23:03.443Z"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - Search","steps":[{"summary":"Search for list of other services offered","api":"search","details":[{"description":"Send the other services category code"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MF_OTHER_SERVICES"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Respond with the catalog of other services offered","api":"on_search","details":[{"description":"Receive other services list as items and fulfillments"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"MFOS","descriptor":{"name":"MF Other Services","code":"MF_OTHER_SERVICES"},"parent_category_id":"0"}],"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_911","ff_912"],"matched":true},{"id":"AS56245","descriptor":{"name":"XYZ Fund - Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"XYZ Mutual Fund"}},"fulfillment_ids":["ff_911"],"matched":true},{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_913"],"matched":true}],"fulfillments":[{"id":"ff_911","type":"ZERO_BALANCE_FOLIO"},{"id":"ff_912","type":"KYC"},{"id":"ff_913","type":"PAYMENT_MANDATE"}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"Other Services - Open Zero Balance Folio","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Select zero balance folio service"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Select","api":"select","details":[{"description":"Send the form submission details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Receive form processing success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"zbf_123adf234","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to open folio"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"zbf_123adf234","provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted and the folio will be opened"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"zbf_123adf234","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive notification that the folio opening is done"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"zbf_123adf234","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - New KYC","details":[{"description":"This is showing independent kyc service flow. Select and Init calls are similar to zero balance folio flow except that the xinput will be multiple - hence now showing in this example"}],"references":"if any","steps":[{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to perform kyc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"kyc_536herg9843","provider":{"id":"sellerapp_id"},"items":[{"id":"FS23","fulfillment_ids":["fsf_132"]}],"fulfillments":[{"id":"fsf_132","type":"KYC","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted and the kyc will be processed"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"kyc_536herg9843","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"FS23","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["fsf_132"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"fsf_132","type":"KYC","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"FS23","fulfillment_ids":["fsf_132"]},"title":"KYC","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive notification that the kyc is processed successfully"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"kyc_536herg9843","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"FS23","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["fsf_132"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"fsf_132","type":"KYC","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"FS23","fulfillment_ids":["fsf_132"]},"title":"KYC","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - Register Payment Mandate","references":"if any","steps":[{"summary":"Initialize the order for mandate registration","api":"init","details":[{"description":"Send order details, 2fa and bank details for mandate registration"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"PS5634","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with mandate registration url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"pmtm_952jfs195","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to register a payment mandate"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"pmtm_952jfs195","provider":{"id":"sellerapp_id"},"items":[{"id":"PS5634","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted. Now the payment redirection can happen"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"pmtm_952jfs195","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Receive notification that the mandate is registered along with the details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"pmtm_952jfs195","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"External Folio - Lumpsum","details":[{"description":"As there is no selection required, the buyer app can start the transaction from `init` call. After `on_confirm`, the remaining flow related to payment and on update is the same as regular lumpsum transactions, hence not showing in the flow below."}],"references":"if any","steps":[{"summary":"Initialize the Lumpsum order for external folio","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]}]}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Instant Redemption (by amount)","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order along with fulfillment status initiated"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption payout successful, but order in accepted state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send order completed status with details on units, price, nav etc."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]}],"x-examples":{"mutual-funds":{"summary":"mutual-funds","description":"mutual-funds","example_set":{"search":{"examples":[{"summary":"search for mutual funds Full Pull","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"search for mutual funds incremental from given time","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Changes from","code":"CHANGES_FROM"},"value":"2024-05-23T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"search for mutual funds register for incremental pull","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Register","code":"REGISTER"},"value":"true"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}}}}}}]},"on_search":{"examples":[{"summary":"mutual funds catalog","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"select":{"examples":[{"summary":"select lumpsum order","description":"lumpsum order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"select sip order","description":"sip order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"select redemption order","description":"redemption order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit new folio form","description":"submit new folio form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 1)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 2)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 3)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_select":{"examples":[{"summary":"send existing folios","description":"send existing folios","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}},{"summary":"send new folio xinput form","description":"send new folio xinput form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"send payment options","description":"send payment options","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}},{"summary":"send new kyc xinput form (redirection step)","description":"send new kyc xinput form (redirection step)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/esign?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"send payout bank details for redemption","description":"send payout bank details for redemption","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}]},"init":{"examples":[{"summary":"init lumpsum order (netbanking payment)","description":"init lumpsum order (netbanking payment)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init lumpsum order (upi collect payment)","description":"init lumpsum order (upi collect payment)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","source_virtual_payment_address":"upiid@oksbi"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init sip existing folio","description":"init sip existing folio","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init sip new folio","description":"init sip new folio","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init redemption order","description":"init redemption order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_init":{"examples":[{"summary":"send netbanking url & tnc for lumpsum purchase","description":"send netbanking url & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send upi uri & tnc for lumpsum purchase","description":"send upi uri & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_587"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_587","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send payment url & tnc","description":"send payment url & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send order in created state","description":"send order in created state","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"confirm":{"examples":[{"summary":"confirm sip","description":"confirm sip","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"confirm redemption","description":"confirm redemption","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_confirm":{"examples":[{"summary":"confirm order w/ accepted state","description":"confirm order w/ accepted state","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment created","description":"sip instalment created","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"status":{"examples":[{"summary":"status of an order","description":"bap can ask for the status of an order anytime","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"status"},"message":{"order_id":"mfpp_213adf123af"}}}]},"on_status":{"examples":[{"summary":"lumpsum payment success","description":"lumpsum payment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip payment success","description":"sip payment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"update":{"examples":[{"summary":"update an order with a new payment","description":"bap asks for a new payment link in case of payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}]},"on_update":{"examples":[{"summary":"send a new payment link","description":"bpp sends a new payment link","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123","pmt_587"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"lumpsum payment failure","description":"lumpsum payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip payment failure","description":"sip payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"auth_in_progress"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"A duplicate mandate registration request is in progress. Wait for 15m before retyring."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"redemption fulfillment success","description":"redemption fulfillment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"redemption fulfillment failure","description":"redemption fulfillment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"lien_marked"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Units in the folio are lien marked"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment payment failed","description":"sip instalment payment failed","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"insufficient_balance"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor bank account doesn't have sufficient balance to debit"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment fulfillment success","description":"sip instalment fulfillment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment fulfillment failure","description":"sip instalment fulfillment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip order completed","description":"sip order completed","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Completed","code":"COMPLETED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"0"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip order cancelled","description":"sip order cancelled","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"FAILURE_THRESHOLD_REACHED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"PROVIDER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]}}}},"x-attributes":{"mutual-funds":{"attribute_set":{"search":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"}},"message":{"intent":{"category":{"descriptor":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"MUTUAL_FUNDS","description":"Describes of code value for category"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"It refers to providing additional details about the characteristics, features and attributes of products."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the category of the intent."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describe the intent to buy or avail a product or a service."},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_search":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"catalog":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute describes the products or services that are sent as the response to the search done by BAP."},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute amplifies the product details. It includes presenting a detailed description about the characteristics, features, and unique qualities of that particular product."},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"BPP Name","description":"Name of the seller NP who is providing the catalog"}},"providers":{"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute describes a more detailed and comprehensive information that showcases the diverse range of products or services offered by the business."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"db1928f9","description":"ID of the AMC maintained at the seller NP level"},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This describes the detailed description of the provider"},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"ABC Asset Management Company Ltd.","description":"Name of the AMC"}},"categories":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the list of categoreies provided by the seller NP"},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This refers to a label that can serve as a categorization tag for groupiing together a collection of items for easier identification and management. "},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"Large Cap","description":"Name of the category"},"code":{"required":"mandatory","type":"string","owner":"BPP","usage":"LARGE_CAP","description":"Code of the category"}},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"db1928f9","description":"ID of the item category maintained at the seller NP level"},"parent_category_id":{"required":"optional","type":"string","owner":"BPP","usage":"342435ddafd","description":"ID of the parent category in case there is a hierarchy"}},"items":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"1cd4ea25","description":"ID of the scheme / scheme plan"},"descriptor":{"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"ABC Large Cap Mutual Fund","description":"Name of the item"},"code":{"required":"mandatory","type":"string","owner":"BPP","usage":"SCHEME_PLAN","description":"Code of the item. Item can be a scheme / scheme plan"}},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"IDs of the associated fulfillments"},"category_ids":{"required":"optional","type":"string","owner":"BPP","usage":"4bd4ea25","description":"List of categories that this scheme belongs to"},"matched":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"Whether this item is an exact match of the request"},"parent_item_id":{"required":"optional","type":"string","owner":"BPP","usage":"234dsfs","description":"ID of the scheme that this plan belongs to"},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}},"SCHEME_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Scheme Information","list":{"STATUS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the status"},"LOCKIN_PERIOD_IN_DAYS":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the lockin period"},"NFO_START_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo start date"},"NFO_END_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo end date"},"NFO_ALLOTMENT_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo allotment date"},"NFO_REOPEN_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo reopen date"},"ENTRY_LOAD":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the entry load"},"EXIT_LOAD":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the exit load"},"OFFER_DOCUMENTS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the offer documents"}}}},"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"The provider from which the customer wants to place to the order from"}},"fulfillments":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"3bd4ea25","description":"ID of the fulfillment to refer in the item"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment"},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}},"_description":{"required":"mandatory","type":"array","owner":"BPP","usage":"--","description":"List of tag groups"}},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"This refers to the decription as to how that order will rendered/fulfilled to the end-customers."}}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"select":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"select","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_select":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_select","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"head":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This refers to the header information of the input of additional information required from the customer to avail this item."},"index":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"It refers to the integer value of the index number of required additional input."},"min":{"required":"optional","type":"number","owner":"BPP","usage":false,"description":"Describes the min indexvalue"},"max":{"required":"optional","type":"number","owner":"BPP","usage":1,"description":"Describes the max index value"},"cur":{"required":"optional","type":"number","owner":"BPP","usage":1,"description":"Describes the current index value"}},"headings":{"required":"optional","type":"array","owner":"BPP","usage":"New Folio","description":"Describes the headings of the form."}},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"mime_type":{"required":"optional","type":"string","owner":"BPP","usage":"text/html","description":"Describes the mime of the form"},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://6vs8xnx5i7.abcmf.co.in/mf-kyc/xinput/formid/a23f2fdfbbb8ac402bfd54f","description":"Describes the url of the document"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"SUCCESS","description":"Status of the form submission"}},"required":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"Indicates whether the form data is mandatorily required by the BPP to confirm the order."}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"init":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"init","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_init":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"CREATED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"confirm":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_confirm":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"status":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"}}},"on_status":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"cancel":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"cancellation_reason_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"cr_123","description":"ID of the cancellation reason"}}},"on_cancel":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"update":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"}},"message":{"update_target":{"required":"mandatory","type":"string","owner":"BAP","usage":"order.payments","description":"The path of the order object which is getting updated"},"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}}}}}},"on_update":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}}}}},"x-errorcodes":{"code":[{"Event":"Distributor not empanelled","Description":"Distributor is not-empanelled/blocked with any of the amcs/providers and hence no catalog can be sent.","From":"BPP","code":822001},{"Event":"Distributor license invalid","Description":"Distributor's ARN number is either invalid/expired/blocked","From":"BPP","code":822002},{"Event":"Sub-broker license invalid","Description":"Distributor's sub broker ARN number is either invalid/expired/blocked","From":"BPP","code":822003},{"Event":"EUIN not mapped","Description":"EUIN provided is not mapped with the broker/sub-broker arn","From":"BPP","code":822004},{"Event":"EUIN Invalid/Expired","Description":"EUIN provided has either invalid/expired/blocked","From":"BPP","code":822005},{"Event":"Investor not supported","Description":"Investor not supported because of tax status/minor or some other reason. Eg. if only individual investors are supported and the pan number belongs to a corporate, then its an error","From":"BPP","code":822006},{"Event":"Investor kyc pending/invalid","Description":"Investor's kyc status is either invalid/pending and a transaction cannot be accepted at this stage","From":"BPP","code":822007},{"Event":"Investor payout bank account verification failure","Description":"Payout bank a/c verification failed. Cannot use this bank a/c for opening the account. Use a different bank a/c and retry","From":"BPP","code":822008},{"Event":"Investor data verification failure","Description":"Investor name/dob/gender etc. details are not matching with the official records. Get updated values and retry.","From":"BPP","code":822009},{"Event":"Invalid folio","Description":"Folio number provided is either invalid/freezed. Order cannot be placed for this folio","From":"BPP","code":822010},{"Event":"Invalid payout bank a/c for redemption","Description":"Payout bank a/c chosen is invalid for redemption. Use the correct bank a/c and retry","From":"BPP","code":822011},{"Event":"Thresholds not matched","Description":"Thresholds like minimum amount/ amount multiples etc. didnot match. Update the value and retry","From":"BPP","code":822012},{"Event":"Scheme is not active","Description":"Scheme/plan is not active at the moment. Cannot place an order. Get the updated catalog","From":"BPP","code":822013},{"Event":"Fulfillment not allowed","Description":"Fulfillment chosen (purchase/redemption/sip etc.) is not-allowed/stopped for this scheme/plan. Get the updated catalog","From":"BPP","code":822014},{"Event":"2FA details do not match","Description":"The email/phone on which the buyer app performed the 2fa donot match with the details on the folio. Perform 2fa on the right email/phone and retry","From":"BPP","code":822015},{"Event":"Payment source bank verification failure","Description":"Investor's payment source bank a/c verification failed. Cannot accept payment from this bank a/c. Use a different bank a/c and retry.","From":"BPP","code":822016},{"Event":"Mandate amount invalid","Description":"Mandate amount should be equal to or more than the sip amount to be able to trigger debits for sip instalments. Update the value and retry","From":"BPP","code":822017},{"Event":"Fatal error","Description":"BPP is facing some technical issue and cannot proceed. This error should rarely occur, similar to http 500 errors","From":"BPP","code":822018},{"Event":"Mismatch of data from earlier calls","Description":"In a particular transaction, data sent in this call, do not match with the data from earlier calls. Eg. pan number in init call do not match with what was sent in select call","From":"BPP","code":822019}]},"x-tlc":{"code":[{"Term":"Static Terms (Buyer App)","Api":"search on_search init on_init confirm on_confirm","Attribute":"BAP_TERMS.STATIC_TERMS","Owner":"Buyer App","Value":"URL","Description":"This will be the URL of a web-page where the standard Terms and Conditions of the Network Participant - which are not covered in the API Specification (e.g. indemnity) - will be hosted. These terms will apply to the transaction, in addition to the terms decided through the ONDC Protocol. If there is a conflict between the terms decided through the Protocol, and the Static Terms, the terms decided through the ONDC Protocol will prevail. Also, if there is a conflict between the Static Terms and the ONDC Network Policy or the Static Terms and the Network Participant Agreement, the terms of the ONDC Network Policy or the Network Participant Agreement (as the case may be) will prevail."},{"Term":"Offline Contract (Buyer App)","Api":"search on_search init on_init confirm on_confirm","Attribute":"BAP_TERMS.OFFLINE_CONTRACT","Owner":"Buyer App","Value":"true/ false","Description":"OFFLINE_CONTRACT is a boolean field denoting the presence or absence of an offline contract between Network Participants (NPs). When set to true, it indicates the existence of a formalized contract outside of transaction-level agreements. This offline contract holds precedence over transaction-level contracts, governing the relationship between the involved NPs. Conversely, when set to false, it suggests that contractual arrangements are solely based on transaction-level contracts, without overarching offline agreements."},{"Term":"Static Terms (Seller App)","Api":"on_search init on_init confirm on_confirm","Attribute":"BPP_TERMS.STATIC_TERMS","Owner":"Seller App","Value":"URL","Description":"This will be the URL of a web-page where the standard Terms and Conditions of the Network Participant - which are not covered in the API Specification (e.g. indemnity) - will be hosted. These terms will apply to the transaction, in addition to the terms decided through the ONDC Protocol. If there is a conflict between the terms decided through the Protocol, and the Static Terms, the terms decided through the ONDC Protocol will prevail. Also, if there is a conflict between the Static Terms and the ONDC Network Policy or the Static Terms and the Network Participant Agreement, the terms of the ONDC Network Policy or the Network Participant Agreement (as the case may be) will prevail."},{"Term":"Offline Contract (Seller App)","Api":"on_search init on_init confirm on_confirm","Attribute":"BPP_TERMS.OFFLINE_CONTRACT","Owner":"Seller App","Value":"true/ false","Description":"OFFLINE_CONTRACT is a boolean field denoting the presence or absence of an offline contract between Network Participants (NPs). When set to true, it indicates the existence of a formalized contract outside of transaction-level agreements. This offline contract holds precedence over transaction-level contracts, governing the relationship between the involved NPs. Conversely, when set to false, it suggests that contractual arrangements are solely based on transaction-level contracts, without overarching offline agreements."}]},"x-featureui":{"filenames":["README.md","account-opening-laundry-list.md","buyer-app-responsibilities.md","changelog.md","forms-and-redirects.md","lifecycle-and-states.md","log-verification.md","stage-discovery.md","stage-fulfillment.md","stage-order.md"]},"x-testcasesui":{"filenames":["log-verification.md"]},"x-sandboxui":{"dropdown":[{"environment-name":"staging","link":"https://fis-staging.ondc.org"}]},"x-changeLog":{"filenames":["FIS14_2.0.0_260924.md","FIS14_2.1.0_220325.md"]}} \ No newline at end of file +let build_spec = {"openapi":"3.0.0","info":{"title":"ONDC Specification","description":"ONDC Specification","version":"2.0.0"},"security":[{"SubscriberAuth":[]}],"paths":{"/search":{"post":{"tags":["Provider Platform","Gateway"],"description":"Consumer Platform declares the customer's intent to buy/avail products or services","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"properties":{"action":{"enum":["search"]}}}]},"message":{"type":"object","additionalProperties":false,"properties":{"intent":{"$ref":"#/components/schemas/Intent"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/select":{"post":{"tags":["Provider Platform"],"description":"Consumer Platform declares the customer's cart (or equivalent) created by selecting objects from the catalog","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["select"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/init":{"post":{"tags":["Provider Platform"],"description":"Initialize an order by providing billing and/or shipping details","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["init"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"description":"Acknowledgement of message received after successful validation of schema and signature","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"object","properties":{"ack":{"allOf":[{"$ref":"#/components/schemas/Ack"},{"type":"object"},{"properties":{"status":{"enum":["ACK","NACK"]}}}]}},"required":["ack"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["message"]}}}}}}},"/confirm":{"post":{"tags":["Provider Platform"],"description":"Initialize an order by providing billing and/or shipping details","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["confirm"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/status":{"post":{"tags":["Provider Platform"],"description":"Fetch the latest order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["status"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"ref_id":{"$ref":"#/components/schemas/Order/properties/id"},"order_id":{"$ref":"#/components/schemas/Order/properties/id"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/track":{"post":{"tags":["Provider Platform"],"description":"Track an active order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["track"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order_id":{"$ref":"#/components/schemas/Order/properties/id"},"callback_url":{"type":"string","format":"uri"}},"required":["order_id"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/cancel":{"post":{"tags":["Provider Platform"],"description":"Cancel an order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["cancel"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order_id":{"$ref":"#/components/schemas/Order/properties/id"},"cancellation_reason_id":{"$ref":"#/components/schemas/Option/properties/id"},"descriptor":{"$ref":"#/components/schemas/Descriptor"}},"required":["order_id"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/update":{"post":{"tags":["Provider Platform"],"description":"Remove object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["update"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"update_target":{"description":"Comma separated values of order objects being updated. For example: ```\"update_target\":\"item,billing,fulfillment\"```","type":"string"},"order":{"description":"Updated order object","allOf":[{"$ref":"#/components/schemas/Order"}]}},"required":["update_target","order"]}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/rating":{"post":{"tags":["Provider Platform"],"description":"Provide feedback on a service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["rating"]}},"required":["action"]}]},"message":{"type":"object","properties":{"ratings":{"type":"array","items":{"$ref":"#/components/schemas/Rating"}}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/support":{"post":{"tags":["Provider Platform"],"description":"Contact support","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["support"]}},"required":["action"]}]},"message":{"type":"object","properties":{"support":{"$ref":"#/components/schemas/Support"}}}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_search":{"post":{"tags":["Consumer Platform"],"description":"Provider Platform sends its catalog in response to a search request.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_search"]}},"required":["action"]}]},"message":{"type":"object","properties":{"catalog":{"$ref":"#/components/schemas/Catalog"}},"required":["catalog"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_select":{"post":{"tags":["Consumer Platform"],"description":"Send draft order object with quoted price for selected items","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_select"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_init":{"post":{"tags":["Consumer Platform"],"description":"Send order object with payment details updated","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_init"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_confirm":{"post":{"tags":["Consumer Platform"],"description":"Send active order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_confirm"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_track":{"post":{"tags":["Consumer Platform"],"description":"Send tracking details of an active order","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_track"]}},"required":["action"]}]},"message":{"type":"object","properties":{"tracking":{"$ref":"#/components/schemas/Tracking"}},"required":["tracking"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_cancel":{"post":{"tags":["Consumer Platform"],"description":"Send cancellation request_id with reasons list in case of cancellation request. Else send cancelled order object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_cancel"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_update":{"post":{"tags":["Consumer Platform"],"description":"Returns updated service with updated runtime object","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_update"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_status":{"post":{"tags":["Consumer Platform"],"description":"Fetch the status of a Service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_status"]}},"required":["action"]}]},"message":{"type":"object","additionalProperties":false,"properties":{"order":{"$ref":"#/components/schemas/Order"}},"required":["order"]},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_rating":{"post":{"tags":["Consumer Platform"],"description":"Provide feedback on a service","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_rating"]}},"required":["action"]}]},"message":{"type":"object","properties":{"feedback_form":{"description":"A feedback form to allow the user to provide additional information on the rating provided","allOf":[{"$ref":"#/components/schemas/XInput"}]}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context","message"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}},"/on_support":{"post":{"tags":["Consumer Platform"],"description":"Contact Support","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"context":{"allOf":[{"$ref":"#/components/schemas/Context"},{"type":"object","properties":{"action":{"enum":["on_support"]}},"required":["action"]}]},"message":{"type":"object","properties":{"support":{"$ref":"#/components/schemas/Support"}}},"error":{"$ref":"#/components/schemas/Error"}},"required":["context"]}}}},"responses":{"default":{"$ref":"#/paths/~1init/post/responses/default"}}}}},"components":{"securitySchemes":{"SubscriberAuth":{"type":"apiKey","in":"header","name":"Authorization","description":"Signature of message body using Consumer Platform or Provider Platform subscriber's signing public key.

Format:

Authorization : Signature keyId=\"{subscriber_id}|{unique_key_id}|{algorithm}\",algorithm=\"ed25519\",created=\"1606970629\",expires=\"1607030629\",headers=\"(created) (expires) digest\",signature=\"Base64(signing string)\""}},"schemas":{"Ack":{"description":"Describes the acknowledgement sent in response to an API call. If the implementation uses HTTP/S, then Ack must be returned in the same session. Every API call to a BPP must be responded to with an Ack whether the BPP intends to respond with a callback or not. This has one property called `status` that indicates the status of the Acknowledgement.","type":"object","additionalProperties":false,"properties":{"status":{"type":"string","description":"The status of the acknowledgement. If the request passes the validation criteria of the BPP, then this is set to ACK. If a BPP responds with status = `ACK` to a request, it is required to respond with a callback. If the request fails the validation criteria, then this is set to NACK. Additionally, if a BPP does not intend to respond with a callback even after the request meets the validation criteria, it should set this value to `NACK`.","enum":["ACK","NACK"]},"tags":{"description":"A list of tags containing any additional information sent along with the Acknowledgement.","type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"AddOn":{"description":"Describes an additional item offered as a value-addition to a product or service. This does not exist independently in a catalog and is always associated with an item.","type":"object","additionalProperties":false,"properties":{"id":{"description":"Provider-defined ID of the add-on","type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"price":{"$ref":"#/components/schemas/Price"},"quantity":{"$ref":"#/components/schemas/ItemQuantity"}}},"Address":{"description":"Describes a postal address.","type":"string"},"Agent":{"description":"Describes the direct performer, driver or executor that fulfills an order. It is usually a person. But in some rare cases, it could be a non-living entity like a drone, or a bot. Some examples of agents are Doctor in the healthcare sector, a driver in the mobility sector, or a delivery person in the logistics sector. This object can be set at any stage of the order lifecycle. This can be set at the discovery stage when the BPP wants to provide details on the agent fulfilling the order, like in healthcare, where the doctor's name appears during search. This object can also used to search for a particular person that the customer wants fulfilling an order. Sometimes, this object gets instantiated after the order is confirmed, like in the case of on-demand taxis, where the driver is assigned after the user confirms the ride.","type":"object","additionalProperties":false,"properties":{"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"},"organization":{"$ref":"#/components/schemas/Organization"},"rating":{"$ref":"#/components/schemas/Rating/properties/value"}}},"Authorization":{"description":"Describes an authorization mechanism used to start or end the fulfillment of an order. For example, in the mobility sector, the driver may require a one-time password to initiate the ride. In the healthcare sector, a patient may need to provide a password to open a video conference link during a teleconsultation.","type":"object","additionalProperties":false,"properties":{"type":{"description":"Type of authorization mechanism used. The allowed values for this field can be published as part of the network policy.","type":"string"},"token":{"description":"Token used for authorization. This is typically generated at the BPP. The BAP can send this value to the user via any channel that it uses to authenticate the user like SMS, Email, Push notification, or in-app rendering.","type":"string"},"valid_from":{"description":"Timestamp in RFC3339 format from which token is valid","type":"string","format":"date-time"},"valid_to":{"description":"Timestamp in RFC3339 format until which token is valid","type":"string","format":"date-time"},"status":{"description":"Status of the token","type":"string"}}},"Billing":{"description":"Describes the billing details of an entity.
This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the billable entity","type":"string"},"organization":{"description":"Details of the organization being billed.","allOf":[{"$ref":"#/components/schemas/Organization"}]},"address":{"description":"The address of the billable entity","allOf":[{"$ref":"#/components/schemas/Address"}]},"state":{"description":"The state where the billable entity resides. This is important for state-level tax calculation","allOf":[{"$ref":"#/components/schemas/State"}]},"city":{"description":"The city where the billable entity resides.","allOf":[{"$ref":"#/components/schemas/City"}]},"email":{"description":"Email address where the bill is sent to","type":"string","format":"email"},"phone":{"description":"Phone number of the billable entity","type":"string"},"time":{"description":"Details regarding the billing period","allOf":[{"$ref":"#/components/schemas/Time"}]},"tax_id":{"description":"ID of the billable entity as recognized by the taxation authority","type":"string"}}},"Cancellation":{"description":"Describes a cancellation event","type":"object","additionalProperties":false,"properties":{"time":{"description":"Date-time when the order was cancelled by the buyer","type":"string","format":"date-time"},"cancelled_by":{"type":"string","enum":["CONSUMER","PROVIDER"]},"reason":{"description":"The reason for cancellation","allOf":[{"$ref":"#/components/schemas/Option"}]},"additional_description":{"description":"Any additional information regarding the nature of cancellation","allOf":[{"$ref":"#/components/schemas/Descriptor"}]}}},"CancellationTerm":{"description":"Describes the cancellation terms of an item or an order. This can be referenced at an item or order level. Item-level cancellation terms can override the terms at the order level.","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/FulfillmentState"}]},"reason_required":{"description":"Indicates whether a reason is required to cancel the order","type":"boolean"},"cancel_by":{"description":"Information related to the time of cancellation.","allOf":[{"$ref":"#/components/schemas/Time"}]},"cancellation_fee":{"$ref":"#/components/schemas/Fee"},"xinput":{"$ref":"#/components/schemas/XInput"},"external_ref":{"$ref":"#/components/schemas/MediaFile"}}},"Catalog":{"description":"Describes the products or services offered by a BPP. This is typically sent as the response to a search intent from a BAP. The payment terms, offers and terms of fulfillment supported by the BPP can also be included here. The BPP can show hierarchical nature of products/services in its catalog using the parent_category_id in categories. The BPP can also send a ttl (time to live) in the context which is the duration for which a BAP can cache the catalog and use the cached catalog.
This has properties like bbp/descriptor,bbp/categories,bbp/fulfillments,bbp/payments,bbp/offers,bbp/providers and exp
This is used in the following situations.
  • This is typically used in the discovery stage when the BPP sends the details of the products and services it offers as response to a search intent from the BAP.
","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"fulfillments":{"description":"Fulfillment modes offered at the BPP level. This is used when a BPP itself offers fulfillments on behalf of the providers it has onboarded.","type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"payments":{"description":"Payment terms offered by the BPP for all transactions. This can be overriden at the provider level.","type":"array","items":{"$ref":"#/components/schemas/Payment"}},"offers":{"description":"Offers at the BPP-level. This is common across all providers onboarded by the BPP.","type":"array","items":{"$ref":"#/components/schemas/Offer"}},"providers":{"type":"array","items":{"$ref":"#/components/schemas/Provider"}},"exp":{"description":"Timestamp after which catalog will expire","type":"string","format":"date-time"},"ttl":{"description":"Duration in seconds after which this catalog will expire","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Category":{"description":"A label under which a collection of items can be grouped.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the category","type":"string"},"parent_category_id":{"$ref":"#/components/schemas/Category/properties/id"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"time":{"$ref":"#/components/schemas/Time"},"ttl":{"description":"Time to live for an instance of this schema"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Circle":{"description":"Describes a circular region of a specified radius centered at a specified GPS coordinate.","type":"object","additionalProperties":false,"properties":{"gps":{"$ref":"#/components/schemas/Gps"},"radius":{"$ref":"#/components/schemas/Scalar"}}},"City":{"description":"Describes a city","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the city","type":"string"},"code":{"description":"City code","type":"string"}}},"Contact":{"description":"Describes the contact information of an entity","type":"object","additionalProperties":false,"properties":{"phone":{"type":"string"},"email":{"type":"string"},"jcard":{"type":"object","description":"A Jcard object as per draft-ietf-jcardcal-jcard-03 specification"}}},"Context":{"description":"Every API call in beckn protocol has a context. It provides a high-level overview to the receiver about the nature of the intended transaction. Typically, it is the BAP that sets the transaction context based on the consumer's location and action on their UI. But sometimes, during unsolicited callbacks, the BPP also sets the transaction context but it is usually the same as the context of a previous full-cycle, request-callback interaction between the BAP and the BPP. The context object contains four types of fields.
  1. Demographic information about the transaction using fields like `domain`, `country`, and `region`.
  2. Addressing details like the sending and receiving platform's ID and API URL.
  3. Interoperability information like the protocol version that implemented by the sender and,
  4. Transaction details like the method being called at the receiver's endpoint, the transaction_id that represents an end-to-end user session at the BAP, a message ID to pair requests with callbacks, a timestamp to capture sending times, a ttl to specifiy the validity of the request, and a key to encrypt information if necessary.
This object must be passed in every interaction between a BAP and a BPP. In HTTP/S implementations, it is not necessary to send the context during the synchronous response. However, in asynchronous protocols, the context must be sent during all interactions,","type":"object","additionalProperties":false,"properties":{"domain":{"description":"Domain code that is relevant to this transaction context","allOf":[{"$ref":"#/components/schemas/Domain/properties/code","type":"string"}]},"location":{"description":"The location where the transaction is intended to be fulfilled.","allOf":[{"$ref":"#/components/schemas/Location"}]},"action":{"description":"The Beckn protocol method being called by the sender and executed at the receiver.","type":"string"},"version":{"type":"string","description":"Version of transaction protocol being used by the sender."},"bap_id":{"description":"Subscriber ID of the BAP","allOf":[{"description":"A globally unique identifier of the platform, Typically it is the fully qualified domain name (FQDN) of the platform.","type":"string"}]},"bap_uri":{"description":"Subscriber URL of the BAP for accepting callbacks from BPPs.","allOf":[{"description":"The callback URL of the Subscriber. This should necessarily contain the same domain name as set in `subscriber_id``.","type":"string","format":"uri"}]},"bpp_id":{"description":"Subscriber ID of the BPP","allOf":[{"$ref":"#/components/schemas/Context/properties/bap_id/allOf/0"}]},"bpp_uri":{"description":"Subscriber URL of the BPP for accepting calls from BAPs.","allOf":[{"$ref":"#/components/schemas/Context/properties/bap_uri/allOf/0"}]},"transaction_id":{"description":"This is a unique value which persists across all API calls from `search` through `confirm`. This is done to indicate an active user session across multiple requests. The BPPs can use this value to push personalized recommendations, and dynamic offerings related to an ongoing transaction despite being unaware of the user active on the BAP.","type":"string","format":"uuid"},"message_id":{"description":"This is a unique value which persists during a request / callback cycle. Since beckn protocol APIs are asynchronous, BAPs need a common value to match an incoming callback from a BPP to an earlier call. This value can also be used to ignore duplicate messages coming from the BPP. It is recommended to generate a fresh message_id for every new interaction. When sending unsolicited callbacks, BPPs must generate a new message_id.","type":"string","format":"uuid"},"timestamp":{"description":"Time of request generation in RFC3339 format","type":"string","format":"date-time"},"key":{"description":"The encryption public key of the sender","type":"string"},"ttl":{"description":"The duration in ISO8601 format after timestamp for which this message holds valid","type":"string"}}},"Country":{"description":"Describes a country","type":"object","additionalProperties":false,"properties":{"name":{"type":"string","description":"Name of the country"},"code":{"type":"string","description":"Country code as per ISO 3166-1 and ISO 3166-2 format"}}},"Credential":{"description":"Describes a credential of an entity - Person or Organization","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"type":{"type":"string","default":"VerifiableCredential"},"url":{"description":"URL of the credential","type":"string","format":"uri"}}},"Customer":{"description":"Describes a customer buying/availing a product or a service","type":"object","additionalProperties":false,"properties":{"organization":{"$ref":"#/components/schemas/Organization"},"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"}}},"DecimalValue":{"description":"Describes a numerical value in decimal form","type":"string","pattern":"[+-]?([0-9]*[.])?[0-9]+"},"Descriptor":{"description":"Physical description of something.","type":"object","additionalProperties":false,"properties":{"name":{"type":"string"},"code":{"type":"string"},"short_desc":{"type":"string"},"long_desc":{"type":"string"},"additional_desc":{"type":"object","properties":{"url":{"type":"string"},"content_type":{"type":"string","enum":["text/plain","text/html","application/json"]}}},"media":{"type":"array","items":{"$ref":"#/components/schemas/MediaFile"}},"images":{"type":"array","items":{"$ref":"#/components/schemas/Image"}}}},"Domain":{"description":"Described the industry sector or sub-sector. The network policy should contain codes for all the industry sectors supported by the network. Domains can be created in varying levels of granularity. The granularity of a domain can be decided by the participants of the network. Too broad domains will result in irrelevant search broadcast calls to BPPs that don't have services supporting the domain. Too narrow domains will result in a large number of registry entries for each BPP. It is recommended that network facilitators actively collaborate with various working groups and network participants to carefully choose domain codes keeping in mind relevance, performance, and opportunity cost. It is recommended that networks choose broad domains like mobility, logistics, healthcare etc, and progressively granularize them as and when the number of network participants for each domain grows large.","type":"object","additionalProperties":false,"properties":{"name":{"description":"Name of the domain","type":"string"},"code":{"description":"Standard code representing the domain. The standard is usually published as part of the network policy. Furthermore, the network facilitator should also provide a mechanism to provide the supported domains of a network."},"additional_info":{"description":"A url that contains addtional information about that domain.","allOf":[{"$ref":"#/components/schemas/MediaFile"}]}}},"Duration":{"description":"Describes duration as per ISO8601 format","type":"string"},"Error":{"description":"Describes an error object that is returned by a BAP, BPP or BG as a response or callback to an action by another network participant. This object is sent when any request received by a network participant is unacceptable. This object can be sent either during Ack or with the callback.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string","description":"Standard error code. For full list of error codes, refer to docs/protocol-drafts/BECKN-005-ERROR-CODES-DRAFT-01.md of this repo\""},"paths":{"type":"string","description":"Path to json schema generating the error. Used only during json schema validation errors"},"message":{"type":"string","description":"Human readable message describing the error. Used mainly for logging. Not recommended to be shown to the user."}}},"Fee":{"description":"A fee applied on a particular entity","type":"object","additionalProperties":false,"properties":{"percentage":{"description":"Percentage of a value","allOf":[{"$ref":"#/components/schemas/DecimalValue"}]},"amount":{"description":"A fixed value","allOf":[{"$ref":"#/components/schemas/Price"}]}}},"Form":{"description":"Describes a form","type":"object","additionalProperties":false,"properties":{"id":{"description":"The form identifier.","type":"string"},"url":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object. Once fetched, the rendering platform can choosed to render the form as-is as an embeddable element; or process it further to blend with the theme of the application. In case the interface is non-visual, the the render can process the form data and reproduce it as per the standard specified in the form.","type":"string","format":"uri"},"data":{"description":"The form submission data","type":"object","additionalProperties":{"type":"string"}},"mime_type":{"description":"This field indicates the nature and format of the form received by querying the url. MIME types are defined and standardized in IETF's RFC 6838.","type":"string","enum":["text/html","application/html","application/xml","text/html-multi"]},"resubmit":{"type":"boolean"},"multiple_sumbissions":{"type":"boolean"}}},"Fulfillment":{"description":"Describes how a an order will be rendered/fulfilled to the end-customer","type":"object","additionalProperties":false,"properties":{"id":{"description":"Unique reference ID to the fulfillment of an order","type":"string"},"type":{"description":"A code that describes the mode of fulfillment. This is typically set when there are multiple ways an order can be fulfilled. For example, a retail order can be fulfilled either via store pickup or a home delivery. Similarly, a medical consultation can be provided either in-person or via tele-consultation. The network policy must publish standard fulfillment type codes for the different modes of fulfillment.","type":"string"},"rateable":{"description":"Whether the fulfillment can be rated or not","type":"boolean"},"rating":{"description":"The rating value of the fulfullment service.","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]},"state":{"description":"The current state of fulfillment. The BPP must set this value whenever the state of the order fulfillment changes and fire an unsolicited `on_status` call.","allOf":[{"$ref":"#/components/schemas/FulfillmentState"}]},"tracking":{"type":"boolean","description":"Indicates whether the fulfillment allows tracking","default":false},"customer":{"description":"The person that will ultimately receive the order","allOf":[{"$ref":"#/components/schemas/Customer"}]},"agent":{"description":"The agent that is currently handling the fulfillment of the order","allOf":[{"$ref":"#/components/schemas/Agent"}]},"contact":{"$ref":"#/components/schemas/Contact"},"vehicle":{"$ref":"#/components/schemas/Vehicle"},"stops":{"description":"The list of logical stops encountered during the fulfillment of an order.","type":"array","items":{"$ref":"#/components/schemas/Stop"}},"path":{"description":"The physical path taken by the agent that can be rendered on a map. The allowed format of this property can be set by the network.","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"FulfillmentState":{"description":"Describes the state of fulfillment","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"updated_at":{"type":"string","format":"date-time"},"updated_by":{"type":"string","description":"ID of entity which changed the state"}}},"Gps":{"description":"Describes a GPS coordinate","type":"string","pattern":"^[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?),\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)$"},"Image":{"description":"Describes an image","type":"object","additionalProperties":false,"properties":{"url":{"description":"URL to the image. This can be a data url or an remote url","type":"string","format":"uri"},"size_type":{"description":"The size of the image. The network policy can define the default dimensions of each type","type":"string","enum":["xs","sm","md","lg","xl","custom"]},"width":{"description":"Width of the image in pixels","type":"string"},"height":{"description":"Height of the image in pixels","type":"string"}}},"Intent":{"description":"The intent to buy or avail a product or a service. The BAP can declare the intent of the consumer containing
  • What they want (A product, service, offer)
  • Who they want (A seller, service provider, agent etc)
  • Where they want it and where they want it from
  • When they want it (start and end time of fulfillment
  • How they want to pay for it

This has properties like descriptor,provider,fulfillment,payment,category,offer,item,tags
This is typically used by the BAP to send the purpose of the user's search to the BPP. This will be used by the BPP to find products or services it offers that may match the user's intent.
For example, in Mobility, the mobility consumer declares a mobility intent. In this case, the mobility consumer declares information that describes various aspects of their journey like,
  • Where would they like to begin their journey (intent.fulfillment.start.location)
  • Where would they like to end their journey (intent.fulfillment.end.location)
  • When would they like to begin their journey (intent.fulfillment.start.time)
  • When would they like to end their journey (intent.fulfillment.end.time)
  • Who is the transport service provider they would like to avail services from (intent.provider)
  • Who is traveling (This is not recommended in public networks) (intent.fulfillment.customer)
  • What kind of fare product would they like to purchase (intent.item)
  • What add-on services would they like to avail
  • What offers would they like to apply on their booking (intent.offer)
  • What category of services would they like to avail (intent.category)
  • What additional luggage are they carrying
  • How would they like to pay for their journey (intent.payment)

For example, in health domain, a consumer declares the intent for a lab booking the describes various aspects of their booking like,
  • Where would they like to get their scan/test done (intent.fulfillment.start.location)
  • When would they like to get their scan/test done (intent.fulfillment.start.time)
  • When would they like to get the results of their test/scan (intent.fulfillment.end.time)
  • Who is the service provider they would like to avail services from (intent.provider)
  • Who is getting the test/scan (intent.fulfillment.customer)
  • What kind of test/scan would they like to purchase (intent.item)
  • What category of services would they like to avail (intent.category)
  • How would they like to pay for their journey (intent.payment)
","type":"object","additionalProperties":false,"properties":{"descriptor":{"description":"A raw description of the search intent. Free text search strings, raw audio, etc can be sent in this object.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"provider":{"description":"The provider from which the customer wants to place to the order from","allOf":[{"$ref":"#/components/schemas/Provider"}]},"fulfillment":{"description":"Details on how the customer wants their order fulfilled","allOf":[{"$ref":"#/components/schemas/Fulfillment"}]},"payment":{"description":"Details on how the customer wants to pay for the order","allOf":[{"$ref":"#/components/schemas/Payment"}]},"category":{"description":"Details on the item category","allOf":[{"$ref":"#/components/schemas/Category"}]},"offer":{"description":"details on the offer the customer wants to avail","allOf":[{"$ref":"#/components/schemas/Offer"}]},"item":{"description":"Details of the item that the consumer wants to order","allOf":[{"$ref":"#/components/schemas/Item"}]},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"ItemQuantity":{"description":"Describes the count or amount of an item","type":"object","additionalProperties":false,"properties":{"allocated":{"description":"This represents the exact quantity allocated for purchase of the item.","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"available":{"description":"This represents the exact quantity available for purchase of the item. The buyer can only purchase multiples of this","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"maximum":{"description":"This represents the maximum quantity allowed for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":1},"measure":{"$ref":"#/components/schemas/Scalar"}}},"minimum":{"description":"This represents the minimum quantity allowed for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"selected":{"description":"This represents the quantity selected for purchase of the item","type":"object","properties":{"count":{"type":"integer","minimum":0},"measure":{"$ref":"#/components/schemas/Scalar"}}},"unitized":{"description":"This represents the quantity available in a single unit of the item","type":"object","properties":{"count":{"type":"integer","minimum":1,"maximum":1},"measure":{"$ref":"#/components/schemas/Scalar"}}}}},"Item":{"description":"Describes a product or a service offered to the end consumer by the provider. In the mobility sector, it can represent a fare product like one way journey. In the logistics sector, it can represent the delivery service offering. In the retail domain it can represent a product like a grocery item.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the item.","type":"string"},"parent_item_id":{"description":"ID of the item, this item is a variant of","allOf":[{"$ref":"#/components/schemas/Item/properties/id"}]},"parent_item_quantity":{"description":"The number of units of the parent item this item is a multiple of","allOf":[{"$ref":"#/components/schemas/ItemQuantity"}]},"descriptor":{"description":"Physical description of the item","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"creator":{"description":"The creator of this item","allOf":[{"$ref":"#/components/schemas/Organization"}]},"price":{"description":"The price of this item, if it has intrinsic value","allOf":[{"$ref":"#/components/schemas/Price"}]},"quantity":{"description":"The selling quantity of the item","allOf":[{"$ref":"#/components/schemas/ItemQuantity"}]},"category_ids":{"description":"Categories this item can be listed under","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Category/properties/id"}]}},"fulfillment_ids":{"description":"Modes through which this item can be fulfilled","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Fulfillment/properties/id"}]}},"location_ids":{"description":"Provider Locations this item is available in","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Location/properties/id"}]}},"payment_ids":{"description":"Payment modalities through which this item can be ordered","type":"array","items":{"allOf":[{"$ref":"#/components/schemas/Payment/properties/id"}]}},"add_ons":{"type":"array","items":{"$ref":"#/components/schemas/AddOn"}},"cancellation_terms":{"description":"Cancellation terms of this item","type":"array","items":{"$ref":"#/components/schemas/CancellationTerm"}},"refund_terms":{"description":"Refund terms of this item","type":"array","items":{"description":"Refund term of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"refund_eligible":{"description":"Indicates if cancellation will result in a refund","type":"boolean"},"refund_within":{"description":"Time within which refund will be processed after successful cancellation.","allOf":[{"$ref":"#/components/schemas/Time"}]},"refund_amount":{"$ref":"#/components/schemas/Price"}}}},"replacement_terms":{"description":"Terms that are applicable be met when this item is replaced","type":"array","items":{"$ref":"#/components/schemas/ReplacementTerm"}},"return_terms":{"description":"Terms that are applicable when this item is returned","type":"array","items":{"$ref":"#/components/schemas/ReturnTerm"}},"xinput":{"description":"Additional input required from the customer to purchase / avail this item","allOf":[{"$ref":"#/components/schemas/XInput"}]},"time":{"description":"Temporal attributes of this item. This property is used when the item exists on the catalog only for a limited period of time.","allOf":[{"$ref":"#/components/schemas/Time"}]},"rateable":{"description":"Whether this item can be rated","type":"boolean"},"rating":{"description":"The rating of the item","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]},"matched":{"description":"Whether this item is an exact match of the request","type":"boolean"},"related":{"description":"Whether this item is a related item to the exactly matched item","type":"boolean"},"recommended":{"description":"Whether this item is a recommended item to a response","type":"boolean"},"ttl":{"description":"Time to live in seconds for an instance of this schema","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Location":{"description":"The physical location of something","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"map_url":{"description":"The url to the map of the location. This can be a globally recognized map url or the one specified by the network policy.","type":"string","format":"uri"},"gps":{"description":"The GPS co-ordinates of this location.","allOf":[{"$ref":"#/components/schemas/Gps"}]},"address":{"description":"The address of this location.","allOf":[{"$ref":"#/components/schemas/Address"}]},"city":{"description":"The city this location is, or is located within","allOf":[{"$ref":"#/components/schemas/City"}]},"district":{"description":"The state this location is, or is located within","type":"string"},"state":{"description":"The state this location is, or is located within","allOf":[{"$ref":"#/components/schemas/State"}]},"country":{"description":"The country this location is, or is located within","allOf":[{"$ref":"#/components/schemas/Country"}]},"area_code":{"type":"string"},"circle":{"$ref":"#/components/schemas/Circle"},"polygon":{"description":"The boundary polygon of this location","type":"string"},"3dspace":{"description":"The three dimensional region describing this location","type":"string"},"rating":{"description":"The rating of this location","allOf":[{"$ref":"#/components/schemas/Rating/properties/value"}]}}},"MediaFile":{"description":"This object contains a url to a media file.","type":"object","additionalProperties":false,"properties":{"mimetype":{"description":"indicates the nature and format of the document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838","type":"string"},"url":{"description":"The URL of the file","type":"string","format":"uri"},"signature":{"description":"The digital signature of the file signed by the sender","type":"string"},"dsa":{"description":"The signing algorithm used by the sender","type":"string"}}},"Offer":{"description":"An offer associated with a catalog. This is typically used to promote a particular product and enable more purchases.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"location_ids":{"type":"array","items":{"$ref":"#/components/schemas/Location/properties/id"}},"category_ids":{"type":"array","items":{"$ref":"#/components/schemas/Category/properties/id"}},"item_ids":{"type":"array","items":{"$ref":"#/components/schemas/Item/properties/id"}},"time":{"$ref":"#/components/schemas/Time"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Option":{"description":"Describes a selectable option","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"descriptor":{"$ref":"#/components/schemas/Descriptor"}}},"Order":{"description":"Describes a legal purchase order. It contains the complete details of the legal contract created between the buyer and the seller.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string","description":"Human-readable ID of the order. This is generated at the BPP layer. The BPP can either generate order id within its system or forward the order ID created at the provider level."},"ref_order_ids":{"description":"A list of order IDs to link this order to previous orders.","type":"array","items":{"type":"string","description":"ID of a previous order"}},"status":{"description":"Status of the order. Allowed values can be defined by the network policy","type":"string","enum":["ACTIVE","COMPLETE","CANCELLED","CANCELLATION_INITIATED","ACCEPTED","REJECTED","CREATED","COMPLETED"]},"type":{"description":"This is used to indicate the type of order being created to BPPs. Sometimes orders can be linked to previous orders, like a replacement order in a retail domain. A follow-up consultation in healthcare domain. A single order part of a subscription order. The list of order types can be standardized at the network level.","type":"string","default":"DEFAULT","enum":["DRAFT","DEFAULT"]},"provider":{"description":"Details of the provider whose catalog items have been selected.","allOf":[{"$ref":"#/components/schemas/Provider"}]},"items":{"description":"The items purchased / availed in this order","type":"array","items":{"$ref":"#/components/schemas/Item"}},"add_ons":{"description":"The add-ons purchased / availed in this order","type":"array","items":{"$ref":"#/components/schemas/AddOn"}},"offers":{"description":"The offers applied in this order","type":"array","items":{"$ref":"#/components/schemas/Offer"}},"billing":{"description":"The billing details of this order","allOf":[{"$ref":"#/components/schemas/Billing"}]},"fulfillments":{"description":"The fulfillments involved in completing this order","type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"cancellation":{"description":"The cancellation details of this order","allOf":[{"$ref":"#/components/schemas/Cancellation"}]},"cancellation_terms":{"description":"Cancellation terms of this item","type":"array","items":{"$ref":"#/components/schemas/CancellationTerm"}},"documents":{"type":"array","items":{"description":"Documnents associated to the order","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"mime_type":{"description":"This field indicates the nature and format of the form received by querying the url. MIME types are defined and standardized in IETF's RFC 6838.","type":"string","enum":["text/html","application/html","application/xml","application/pdf"]},"url":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object.","type":"string","format":"uri"},"old_policy_doc":{"description":"The URL from where the form can be fetched. The content fetched from the url must be processed as per the mime_type specified in this object.","type":"string","format":"uri"}}}},"refund_terms":{"description":"Refund terms of this item","type":"array","items":{"$ref":"#/components/schemas/Item/properties/refund_terms/items"}},"replacement_terms":{"description":"Replacement terms of this item","type":"array","items":{"$ref":"#/components/schemas/ReplacementTerm"}},"return_terms":{"description":"Return terms of this item","type":"array","items":{"$ref":"#/components/schemas/ReturnTerm"}},"quote":{"description":"The mutually agreed upon quotation for this order.","allOf":[{"$ref":"#/components/schemas/Quotation"}]},"payments":{"description":"The terms of settlement for this order","type":"array","items":{"$ref":"#/components/schemas/Payment"}},"created_at":{"description":"The date-time of creation of this order","type":"string","format":"date-time"},"updated_at":{"description":"The date-time of updated of this order","type":"string","format":"date-time"},"xinput":{"description":"Additional input required from the customer to confirm this order","allOf":[{"$ref":"#/components/schemas/XInput"}]},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Organization":{"description":"An organization. Usually a recognized business entity.","type":"object","additionalProperties":false,"properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"address":{"description":"The postal address of the organization","allOf":[{"$ref":"#/components/schemas/Address"}]},"state":{"description":"The state where the organization's address is registered","allOf":[{"$ref":"#/components/schemas/State"}]},"city":{"description":"The city where the the organization's address is registered","allOf":[{"$ref":"#/components/schemas/City"}]},"contact":{"$ref":"#/components/schemas/Contact"},"creds":{"type":"array","items":{"$ref":"#/components/schemas/Credential"}}}},"Payment":{"description":"Describes the terms of settlement between the BAP and the BPP for a single transaction. When instantiated, this object contains
  1. the amount that has to be settled,
  2. The payment destination destination details
  3. When the settlement should happen, and
  4. A transaction reference ID
. During a transaction, the BPP reserves the right to decide the terms of payment. However, the BAP can send its terms to the BPP first. If the BPP does not agree to those terms, it must overwrite the terms and return them to the BAP. If overridden, the BAP must either agree to the terms sent by the BPP in order to preserve the provider's autonomy, or abort the transaction. In case of such disagreements, the BAP and the BPP can perform offline negotiations on the payment terms. Once an agreement is reached, the BAP and BPP can resume transactions.","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the payment term that can be referred at an item or an order level in a catalog","type":"string"},"collected_by":{"description":"This field indicates who is the collector of payment. The BAP can set this value to 'bap' if it wants to collect the payment first and settle it to the BPP. If the BPP agrees to those terms, the BPP should not send the payment url. Alternatively, the BPP can set this field with the value 'bpp' if it wants the payment to be made directly.","type":"string"},"url":{"type":"string","description":"A payment url to be called by the BAP. If empty, then the payment is to be done offline. The details of payment should be present in the params object. If tl_method = http/get, then the payment details will be sent as url params. Two url param values, ```$transaction_id``` and ```$amount``` are mandatory.","format":"uri"},"params":{"type":"object","properties":{"transaction_id":{"type":"string","description":"The reference transaction ID associated with a payment activity"},"amount":{"type":"string"},"currency":{"type":"string"},"bank_code":{"type":"string"},"bank_account_number":{"type":"string"},"virtual_payment_address":{"type":"string"},"source_bank_code":{"type":"string"},"source_bank_account_number":{"type":"string"},"source_virtual_payment_address":{"type":"string"}}},"type":{"type":"string","enum":["PRE-ORDER","PRE-FULFILLMENT","ON-FULFILLMENT","POST-FULFILLMENT","ON-ORDER","PRE_ORDER","PRE_FULFILLMENT","ON_FULFILLMENT","POST_FULFILLMENT","ON_ORDER","REFUND"]},"status":{"type":"string","enum":["PAID","NOT-PAID","DELAYED","DEFERRED","FAILED"]},"time":{"$ref":"#/components/schemas/Time"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Person":{"description":"Describes a person as any individual","type":"object","additionalProperties":false,"properties":{"id":{"type":"string","description":"Describes the identity of the person"},"url":{"description":"Profile url of the person","type":"string","format":"uri"},"name":{"description":"the name of the person","type":"string"},"image":{"$ref":"#/components/schemas/Image"},"age":{"description":"Age of the person","allOf":[{"$ref":"#/components/schemas/Duration"}]},"dob":{"description":"Date of birth of the person","type":"string","format":"date"},"gender":{"type":"string","description":"Gender of something, typically a Person, but possibly also fictional characters, animals, etc. While Male and Female may be used, text strings are also acceptable for people who do not identify as a binary gender.Allowed values for this field can be published in the network policy"},"creds":{"type":"array","items":{"$ref":"#/components/schemas/Credential"}},"languages":{"type":"array","items":{"description":"Describes a language known to the person.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string"},"name":{"type":"string"}}}},"skills":{"type":"array","items":{"description":"Describes a skill of the person.","type":"object","additionalProperties":false,"properties":{"code":{"type":"string"},"name":{"type":"string"}}}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Price":{"description":"Describes the price of a product or service","type":"object","additionalProperties":false,"properties":{"currency":{"type":"string"},"value":{"$ref":"#/components/schemas/DecimalValue"},"estimated_value":{"$ref":"#/components/schemas/DecimalValue"},"computed_value":{"$ref":"#/components/schemas/DecimalValue"},"listed_value":{"$ref":"#/components/schemas/DecimalValue"},"offered_value":{"$ref":"#/components/schemas/DecimalValue"},"minimum_value":{"$ref":"#/components/schemas/DecimalValue"},"maximum_value":{"$ref":"#/components/schemas/DecimalValue"}}},"Provider":{"description":"Describes the catalog of a business.","type":"object","properties":{"id":{"type":"string","description":"Id of the provider"},"descriptor":{"$ref":"#/components/schemas/Descriptor"},"category_id":{"type":"string","description":"Category Id of the provider at the BPP-level catalog"},"rating":{"$ref":"#/components/schemas/Rating/properties/value"},"time":{"$ref":"#/components/schemas/Time"},"categories":{"type":"array","items":{"$ref":"#/components/schemas/Category"}},"fulfillments":{"type":"array","items":{"$ref":"#/components/schemas/Fulfillment"}},"payments":{"type":"array","items":{"$ref":"#/components/schemas/Payment"}},"locations":{"type":"array","items":{"$ref":"#/components/schemas/Location"}},"offers":{"type":"array","items":{"$ref":"#/components/schemas/Offer"}},"items":{"type":"array","items":{"$ref":"#/components/schemas/Item"}},"exp":{"type":"string","description":"Time after which catalog has to be refreshed","format":"date-time"},"rateable":{"description":"Whether this provider can be rated or not","type":"boolean"},"ttl":{"description":"The time-to-live in seconds, for this object. This can be overriden at deeper levels. A value of -1 indicates that this object is not cacheable.","type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/TagGroup"}}}},"Quotation":{"description":"Describes a quote. It is the estimated price of products or services from the BPP.
This has properties like price, breakup, ttl","type":"object","additionalProperties":false,"properties":{"id":{"description":"ID of the quote.","type":"string"},"price":{"description":"The total quoted price","allOf":[{"$ref":"#/components/schemas/Price"}]},"breakup":{"description":"the breakup of the total quoted price","type":"array","items":{"type":"object","additionalProperties":false,"properties":{"item":{"$ref":"#/components/schemas/Item"},"title":{"type":"string"},"price":{"$ref":"#/components/schemas/Price"}}}},"ttl":{"$ref":"#/components/schemas/Duration"}}},"Rating":{"description":"Describes the rating of an entity","type":"object","additionalProperties":false,"properties":{"rating_category":{"description":"Category of the entity being rated","type":"string","enum":["Item","Order","Fulfillment","Provider","Agent","Support"]},"id":{"description":"Id of the object being rated","type":"string"},"value":{"description":"Rating value given to the object. This can be a single value or can also contain an inequality operator like gt, gte, lt, lte. This can also contain an inequality expression containing logical operators like && and ||.","type":"string"}}},"Region":{"description":"Describes an arbitrary region of space. The network policy should contain a published list of supported regions by the network.","type":"object","additionalProperties":false,"properties":{"dimensions":{"description":"The number of dimensions that are used to describe any point inside that region. The most common dimensionality of a region is 2, that represents an area on a map. There are regions on the map that can be approximated to one-dimensional regions like roads, railway lines, or shipping lines. 3 dimensional regions are rarer, but are gaining popularity as flying drones are being adopted for various fulfillment services.","type":"string","enum":["1","2","3"]},"type":{"description":"The type of region. This is used to specify the granularity of the region represented by this object. Various examples of two-dimensional region types are city, country, state, district, and so on. The network policy should contain a list of all possible region types supported by the network.","type":"string"},"name":{"type":"string","description":"Name of the region as specified on the map where that region exists."},"code":{"type":"string","description":"A standard code representing the region. This should be interpreted in the same way by all network participants."},"boundary":{"type":"string","description":"A string representing the boundary of the region. One-dimensional regions are represented by polylines. Two-dimensional regions are represented by polygons, and three-dimensional regions can represented by polyhedra."},"map_url":{"type":"string","description":"The url to the map of the region. This can be a globally recognized map or the one specified by the network policy."}}},"ReplacementTerm":{"description":"The replacement policy of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term is applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"replace_within":{"description":"Applicable only for buyer managed returns where the buyer has to replace the item before a certain date-time, failing which they will not be eligible for replacement","allOf":[{"$ref":"#/components/schemas/Time"}]},"external_ref":{"$ref":"#/components/schemas/MediaFile"}}},"ReturnTerm":{"description":"Describes the return policy of an item or an order","type":"object","additionalProperties":false,"properties":{"fulfillment_state":{"description":"The state of fulfillment during which this term IETF''s applicable.","allOf":[{"$ref":"#/components/schemas/State"}]},"return_eligible":{"description":"Indicates whether the item is eligible for return","type":"boolean"},"return_time":{"description":"Applicable only for buyer managed returns where the buyer has to return the item to the origin before a certain date-time, failing which they will not be eligible for refund.","allOf":[{"$ref":"#/components/schemas/Time"}]},"return_location":{"description":"The location where the item or order must / will be returned to","allOf":[{"$ref":"#/components/schemas/Location"}]},"fulfillment_managed_by":{"description":"The entity that will perform the return","type":"string","enum":["CONSUMER","PROVIDER"]}}},"Scalar":{"description":"Describes a scalar","type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["CONSTANT","VARIABLE"]},"value":{"$ref":"#/components/schemas/DecimalValue"},"estimated_value":{"$ref":"#/components/schemas/DecimalValue"},"computed_value":{"$ref":"#/components/schemas/DecimalValue"},"range":{"type":"object","properties":{"min":{"$ref":"#/components/schemas/DecimalValue"},"max":{"$ref":"#/components/schemas/DecimalValue"}}},"unit":{"type":"string"}}},"Schedule":{"description":"Describes schedule as a repeating time period used to describe a regularly recurring event. At a minimum a schedule will specify frequency which describes the interval between occurrences of the event. Additional information can be provided to specify the schedule more precisely. This includes identifying the timestamps(s) of when the event will take place. Schedules may also have holidays to exclude a specific day from the schedule.
This has properties like frequency, holidays, times","type":"object","additionalProperties":false,"properties":{"frequency":{"$ref":"#/components/schemas/Duration"},"holidays":{"type":"array","items":{"type":"string","format":"date-time"}},"times":{"type":"array","items":{"type":"string","format":"date-time"}}}},"State":{"description":"A bounded geopolitical region of governance inside a country.","type":"object","additionalProperties":false,"properties":{"name":{"type":"string","description":"Name of the state"},"code":{"type":"string","description":"State code as per country or international standards"}}},"Stop":{"description":"A logical point in space and time during the fulfillment of an order.","type":"object","additionalProperties":false,"properties":{"id":{"type":"string"},"parent_stop_id":{"type":"string"},"location":{"description":"Location of the stop","allOf":[{"$ref":"#/components/schemas/Location"}]},"type":{"description":"The type of stop. Allowed values of this property can be defined by the network policy.","type":"string"},"time":{"description":"Timings applicable at the stop.","allOf":[{"$ref":"#/components/schemas/Time"}]},"instructions":{"description":"Instructions that need to be followed at the stop","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"contact":{"description":"Contact details of the stop","allOf":[{"$ref":"#/components/schemas/Contact"}]},"person":{"description":"The details of the person present at the stop","allOf":[{"$ref":"#/components/schemas/Person"}]},"authorization":{"$ref":"#/components/schemas/Authorization"}}},"Support":{"description":"Details of customer support","type":"object","additionalProperties":false,"properties":{"order_id":{"type":"string"},"ref_id":{"type":"string"},"callback_phone":{"type":"string","format":"phone"},"phone":{"type":"string","format":"phone"},"email":{"type":"string","format":"email"},"url":{"type":"string","format":"uri"}}},"Tag":{"description":"Describes a tag. This is used to contain extended metadata. This object can be added as a property to any schema to describe extended attributes. For BAPs, tags can be sent during search to optimize and filter search results. BPPs can use tags to index their catalog to allow better search functionality. Tags are sent by the BPP as part of the catalog response in the `on_search` callback. Tags are also meant for display purposes. Upon receiving a tag, BAPs are meant to render them as name-value pairs. This is particularly useful when rendering tabular information about a product or service.","type":"object","additionalProperties":false,"properties":{"descriptor":{"description":"Description of the Tag, can be used to store detailed information.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"value":{"description":"The value of the tag. This set by the BPP and rendered as-is by the BAP.","type":"string"},"display":{"description":"This value indicates if the tag is intended for display purposes. If set to `true`, then this tag must be displayed. If it is set to `false`, it should not be displayed. This value can override the group display value.","type":"boolean"}}},"TagGroup":{"description":"A collection of tag objects with group level attributes. For detailed documentation on the Tags and Tag Groups schema go to https://github.com/beckn/protocol-specifications/discussions/316","type":"object","additionalProperties":false,"properties":{"display":{"description":"Indicates the display properties of the tag group. If display is set to false, then the group will not be displayed. If it is set to true, it should be displayed. However, group-level display properties can be overriden by individual tag-level display property. As this schema is purely for catalog display purposes, it is not recommended to send this value during search.","type":"boolean","default":true},"descriptor":{"description":"Description of the TagGroup, can be used to store detailed information.","allOf":[{"$ref":"#/components/schemas/Descriptor"}]},"list":{"description":"An array of Tag objects listed under this group. This property can be set by BAPs during search to narrow the `search` and achieve more relevant results. When received during `on_search`, BAPs must render this list under the heading described by the `name` property of this schema.","type":"array","items":{"$ref":"#/components/schemas/Tag"}}}},"Time":{"description":"Describes time in its various forms. It can be a single point in time; duration; or a structured timetable of operations
This has properties like label, time stamp,duration,range, days, schedule","type":"object","additionalProperties":false,"properties":{"label":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"duration":{"$ref":"#/components/schemas/Duration"},"range":{"type":"object","properties":{"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"days":{"type":"string","description":"comma separated values representing days of the week"},"schedule":{"$ref":"#/components/schemas/Schedule"}}},"Tracking":{"description":"Contains tracking information that can be used by the BAP to track the fulfillment of an order in real-time. which is useful for knowing the location of time sensitive deliveries.","type":"object","additionalProperties":false,"properties":{"id":{"description":"A unique tracking reference number","type":"string"},"url":{"description":"A URL to the tracking endpoint. This can be a link to a tracking webpage, a webhook URL created by the BAP where BPP can push the tracking data, or a GET url creaed by the BPP which the BAP can poll to get the tracking data. It can also be a websocket URL where the BPP can push real-time tracking data.","type":"string","format":"uri"},"location":{"description":"In case there is no real-time tracking endpoint available, this field will contain the latest location of the entity being tracked. The BPP will update this value everytime the BAP calls the track API.","allOf":[{"$ref":"#/components/schemas/Location"}]},"status":{"description":"This value indicates if the tracking is currently active or not. If this value is `active`, then the BAP can begin tracking the order. If this value is `inactive`, the tracking URL is considered to be expired and the BAP should stop tracking the order.","type":"string","enum":["active","inactive"]}}},"Vehicle":{"description":"Describes a vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.
This has properties like category, capacity, make, model, size,variant,color,energy_type,registration","type":"object","additionalProperties":false,"properties":{"category":{"type":"string"},"capacity":{"type":"integer"},"make":{"type":"string"},"model":{"type":"string"},"size":{"type":"string"},"variant":{"type":"string"},"color":{"type":"string"},"energy_type":{"type":"string"},"registration":{"type":"string"},"wheels_count":{"type":"string"},"cargo_volumne":{"type":"string"},"wheelchair_access":{"type":"string"},"code":{"type":"string"},"emission_standard":{"type":"string"}}},"XInput":{"description":"Contains any additional or extended inputs required to confirm an order. This is typically a Form Input. Sometimes, selection of catalog elements is not enough for the BPP to confirm an order. For example, to confirm a flight ticket, the airline requires details of the passengers along with information on baggage, identity, in addition to the class of ticket. Similarly, a logistics company may require details on the nature of shipment in order to confirm the shipping. A recruiting firm may require additional details on the applicant in order to confirm a job application. For all such purposes, the BPP can choose to send this object attached to any object in the catalog that is required to be sent while placing the order. This object can typically be sent at an item level or at the order level. The item level XInput will override the Order level XInput as it indicates a special requirement of information for that particular item. Hence the BAP must render a separate form for the Item and another form at the Order level before confirmation.","type":"object","additionalProperties":false,"properties":{"head":{"description":"Provides the header information for the xinput.","additionalProperties":false,"type":"object","properties":{"descriptor":{"$ref":"#/components/schemas/Descriptor"},"index":{"additionalProperties":false,"type":"object","properties":{"min":{"type":"integer"},"cur":{"type":"integer"},"max":{"type":"integer"}}},"headings":{"type":"array","items":{"type":"string","description":"The heading names of the forms"}}}},"form":{"$ref":"#/components/schemas/Form"},"form_response":{"description":"Describes the response to a form submission","type":"object","additionalProperties":false,"properties":{"status":{"description":"Contains the status of form submission.","type":"string"},"signature":{"type":"string"},"submission_id":{"type":"string"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/Error"}}}},"required":{"description":"Indicates whether the form data is mandatorily required by the BPP to confirm the order.","type":"boolean"}}}}},"x-enum":{"search":{"context":{"location":{"country":{"code":[{"code":"IND","description":"India","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"intent":{"category":{"descriptor":{"code":[{"code":"MUTUAL_FUNDS","description":"Describes, a kind of investment which requires to make payments at regular intervals.","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"catalog":{"providers":{"categories":{"descriptor":{"code":[{"code":"MUTUAL_FUNDS","description":"Describes, a kind of investment which requires to make payments at regular intervals.","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"items":{"descriptor":{"code":[{"code":"SCHEME","description":"Mutual fund scheme","reference":""}]},"city":{"code":[{"code":"*","description":"Any city (wildcard)","reference":""}]}},"domain":[{"code":"ONDC:FIS14","description":"Financial Investment Services domain","reference":""}],"action":[{"code":"search","description":"Buyer app specifies search intent","reference":""},{"code":"on_search","description":"Seller app responds with catalog","reference":""},{"code":"select","description":"Buyer app specifies selected items","reference":""},{"code":"on_select","description":"Seller app responds with serviceability and quote","reference":""},{"code":"init","description":"Buyer and seller agree to terms","reference":""},{"code":"on_init","description":"Response to init with agreed terms","reference":""},{"code":"confirm","description":"Buyer app places order","reference":""},{"code":"on_confirm","description":"Seller app responds to order","reference":""},{"code":"update","description":"Buyer app requests order updates","reference":""},{"code":"on_update","description":"Seller app responds with updates","reference":""},{"code":"status","description":"Request for order status","reference":""},{"code":"on_status","description":"Response with order status","reference":""}]},"message":{"order":{"fulfillments":{"type":[{"code":"LUMPSUM","description":"One-time investment in mutual fund","reference":"","list":[{"code":"REGISTER","description":"Describes, register value for incremental pull.","reference":"","list":[{"code":true,"description":"Register for unsolicited calls of incremental pull"},{"code":false,"description":"De-register for unsolicited calls of incremental pull"}]},{"code":"CHANGES_FROM","description":"Schemes updated from given date"}]},{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_search":{"message":{"catalog":{"providers":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"THRESHOLDS","description":"Threshold details about a fulfillment","reference":"","list":[{"code":"AMOUNT_MIN","description":"Minimum investment amount","reference":""},{"code":"AMOUNT_MAX","description":"Maximum investment amount","reference":""},{"code":"AMOUNT_MULTIPLES","description":"Investment amount multiples","reference":""},{"code":"UNITS_MIN","description":"Minimum units","reference":""},{"code":"UNITS_MAX","description":"Maximum units","reference":""},{"code":"UNITS_MULTIPLES","description":"Unit multiples allowed","reference":""},{"code":"INSTALMENTS_COUNT_MIN","description":"Minimum instalments for recurring orders","reference":""},{"code":"INSTALMENTS_COUNT_MAX","description":"Maximum instalments for recurring orders","reference":""},{"code":"CUMULATIVE_AMOUNT_MIN","description":"Minimum cumulative amount for recurring orders","reference":""},{"code":"FREQUENCY","description":"SIP frequency (ISO8601 format)","reference":"","list":[{"code":"P1M","description":"Monthly","reference":""},{"code":"P1D","description":"Daily","reference":""},{"code":"P1W","description":"Weekly","reference":""},{"code":"P0.25M","description":"Four times a month","reference":""},{"code":"P2W","description":"Fortnightly","reference":""},{"code":"P0.5M","description":"Twice a month","reference":""},{"code":"P3M","description":"Quarterly","reference":""},{"code":"P6M","description":"Half yearly","reference":""},{"code":"P1Y","description":"Yearly","reference":""}]},{"code":"FREQUENCY_DATES","description":"Allowed dates as per the frequency for systematic orders","reference":""},{"code":"ADDITIONAL_AMOUNT_MIN","description":"Minimum additional amount","reference":""},{"code":"ADDITIONAL_AMOUNT_MAX","description":"Maximum additional amount","reference":""}]}]}},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"select":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_select":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"init":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}],"fulfillments":{"tags":[{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]}}}},"on_init":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]},{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"confirm":{"message":{"order":{"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}],"fulfillments":{"tags":[{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]}}}},"on_confirm":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"fulfillments":{"tags":[{"code":"FOLIO_INFORMATION","description":"Mutual fund folio details","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Mutual fund folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Folio holding pattern (single/joint)","reference":""},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"CREATED_ON","description":"Folio creation date","reference":""},{"code":"2FA_EMAIL_ADDRESS_MASKED","description":"Email for 2FA verification","reference":""},{"code":"2FA_MOBILE_NUMBER_MASKED","description":"Mobile number for 2FA verification","reference":""}]},{"code":"PAYOUT_BANK_ACCOUNT","description":"Redemption payout bank account details","reference":"","list":[{"code":"IDENTIFIER","description":"Bank account identifier","reference":""},{"code":"MASKED_ACCOUNT_NUMBER","description":"Masked bank account number","reference":""},{"code":"ACCOUNT_HOLDER_NAME","description":"Name of the account holder","reference":""},{"code":"ACCOUNT_HOLDER_NUMBER","description":"Account holder number","reference":""},{"code":"ACCOUNT_TYPE","description":"Type of bank account","reference":""},{"code":"BANK_NAME","description":"Name of the bank","reference":""},{"code":"BANK_CODE","description":"Bank branch code","reference":""}]},{"code":"EXTERNAL_FOLIO_INFO","description":"Describes an external folio","reference":"","list":[{"code":"FOLIO_NUMBER","description":"Folio number","reference":""},{"code":"HOLDING_PATTERN","description":"Holding pattern","reference":"","list":[{"code":"SINGLE","description":"Single holding pattern","reference":""}]},{"code":"HOLDER_NAME","description":"Name of the folio holder","reference":""},{"code":"TAX_STATUS","description":"Tax status of the folio","reference":"","list":[{"code":"RESIDENT_INDIVIDUAL","description":"Indian resident as per tax authority","reference":""}]}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"on_status":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"payments":{"tags":[{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]}]},"fulfillments":{"tags":[{"code":"INFORMATION","description":"Additional information related to the fulfillment","reference":"","list":[{"code":"REMAINING_INSTALMENTS","description":"Number of instalments left in this recurring order as per the schedule","reference":""},{"code":"NEXT_INSTALMENT_DATE","description":"Date of the next instalment as per the schedule","reference":""},{"code":"LAST_INSTALMENT_DATE","description":"Date of the last instalment as per the schedule","reference":""}]},{"code":"ERROR_INFORMATION","description":"Error details for failed fulfillments","reference":"","list":[{"code":"REASON_CODE","description":"Error reason code","reference":""},{"code":"REASON_MESSAGE","description":"Error description message","reference":""}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}},"update":{"message":{"order":{"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]},{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]},{"code":"SETTLEMENT_DETAILS","description":"Describes the details of the settlements made to the AMC(s)","reference":"","list":[{"code":"AMOUNT","description":"Amount settled to the AMC","reference":""},{"code":"CURRENCY","description":"Currency of the amount settled","reference":""},{"code":"MODE","description":"Mode of settlement payment","reference":""},{"code":"BANK_ACCOUNT_NUMBER","description":"Bank a/c number to which the amount is settled","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Name of the bank a/c to which the amount is settled","reference":""},{"code":"BANK_CODE","description":"Code to identify the bank/branch of the account","reference":""},{"code":"TRANSACTION_ID","description":"Unique transaction id to track the settlement","reference":""},{"code":"SETTLED_AT","description":"Time at which the amount is settled","reference":""}]}]},"fulfillments":{"tags":[{"code":"CANCELLATION_INFO","description":"Details about the cancellation event","reference":"","list":[{"code":"REASON_CODE","description":"Standard code for the cancellation reason","reference":"","list":[{"code":"TECHNICAL_REASON","description":"This is when the buyer app wants to cancel the order because the investor dropped off in between or just to keep the order status at buyer app and seller app in sync. This is not with investor input.","reference":""},{"code":"AMOUNT_NOT_AVAILABLE","description":"Investor doesn't have the money to continue investing","reference":""},{"code":"SCHEME_NOT_PERFORMING","description":"Investor did not get returns as expected as the scheme is not performing","reference":""},{"code":"SERVICE_ISSUE","description":"Investor is not satisfied with the service","reference":""},{"code":"LOAD_REVISED","description":"Investor is not satisfied with revision on load","reference":""},{"code":"WISH_TO_INVEST_IN_ANOTHER_SCHEME","description":"Investor wishes to invest in another scheme","reference":""},{"code":"CHANGE_IN_FUND_MANAGER","description":"Investor is not satisfied with change in fund manager","reference":""},{"code":"GOAL_ACHIEVED","description":"The goal for sip is achieved earlier than planned","reference":""},{"code":"FAILURE_THRESHOLD_REACHED","description":"The max allowed number of consecutive sip instalment faillures reached. Provider cancels the sip in this case.","reference":""},{"code":"CUSTOM_REASON","description":"Custom cancellation reason","reference":""},{"code":"TIMEOUT","description":"Payment is not received within time. Provider cancels the fulfillment in this case.","reference":""}]},{"code":"REASON_MESSAGE","description":"Cancellation reason description","reference":""},{"code":"CANCELLED_BY","description":"Who initiated the cancellation","reference":"","list":[{"code":"CONSUMER","description":"Consumer initiated cancellation","reference":""},{"code":"PROVIDER","description":"Provider initiated cancellation","reference":""}]},{"code":"CANCELLED_TIME","description":"Cancellation initiation time","reference":""}]},{"code":"MODIFICATION_INFO","description":"Describes modification information for fulfillments","reference":"","list":[{"code":"MODIFIED_BY","description":"Describes who modified the fulfillment","reference":"","list":[{"code":"CONSUMER","description":"Modified by consumer","reference":""},{"code":"PROVIDER","description":"Modified by provider","reference":""}]}]}]}}}},"on_update":{"message":{"order":{"items":{"tags":[{"code":"SCHEME_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"STATUS","description":"Status of the scheme","reference":"","list":[{"code":"active","description":"Scheme is active","reference":""},{"code":"suspended","description":"Scheme is suspended","reference":""}]},{"code":"LOCKIN_PERIOD_IN_DAYS","description":"Lockin period if applicable","reference":""},{"code":"NFO_START_DATE","description":"Start date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_END_DATE","description":"End date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_ALLOTMENT_DATE","description":"Allotment date of NFO, applicable only for NFOs","reference":""},{"code":"NFO_REOPEN_DATE","description":"Reopen date of NFO, applicable only for NFOs","reference":""},{"code":"ENTRY_LOAD","description":"Entry load for the scheme","reference":""},{"code":"EXIT_LOAD","description":"Exit load for the scheme","reference":""},{"code":"OFFER_DOCUMENTS","description":"Scheme related documents. Typically include SID, KIM, SAI and related addendums","reference":""},{"code":"INVESTOR_ALLOW_LIST","description":"Allowed investor types (e.g., MINOR). Comma separated","reference":""},{"code":"INVESTOR_BLACK_LIST","description":"Restricted investor types (e.g., NRI_US, NRI_CA). Comma separated","reference":""}]},{"code":"PLAN_INFORMATION","description":"Information about the scheme","reference":"","list":[{"code":"CONSUMER_TNC","description":"Terms and Conditions to be accepted by the Investor","reference":""}]},{"code":"PLAN_IDENTIFIERS","description":"All useful identifiers for a scheme plan","reference":"","list":[{"code":"ISIN","description":"ISIN of the scheme plan","reference":""},{"code":"RTA_IDENTIFIER","description":"ID of the scheme plan at the RTAs","reference":""},{"code":"AMFI_IDENTIFIER","description":"ID of the scheme plan at AMFI","reference":""}]},{"code":"PLAN_OPTIONS","description":"Options associated with the scheme plan","reference":"","list":[{"code":"PLAN","description":"Plan type (regular/direct etc.)","reference":"","list":[{"code":"regular","description":"Regular scheme","reference":""},{"code":"direct","description":"Direct scheme","reference":""},{"code":"retail","description":"Retail scheme","reference":""},{"code":"institutional","description":"Institutional scheme","reference":""}]},{"code":"OPTION","description":"Plan option (growth/idcw etc.)","reference":"","list":[{"code":"growth","description":"Growth option","reference":""},{"code":"idcw","description":"IDCW option","reference":""},{"code":"daily_idcw","description":"Daily IDCW option","reference":""},{"code":"weekly_idcw","description":"Weekly IDCW option","reference":""},{"code":"monthly_idcw","description":"Monthly IDCW option","reference":""},{"code":"fortnightly_idcw","description":"Fortnightly IDCW option","reference":""},{"code":"quarterly_idcw","description":"Quarterly IDCW option","reference":""},{"code":"half_yearly_idcw","description":"Half Yearly IDCW option","reference":""},{"code":"annual_idcw","description":"Yearly IDCW option","reference":""}]},{"code":"IDCW_OPTION","description":"IDCW option (reinvestment/payout)","reference":"","list":[{"code":"payout","description":"IDCW Payout option","reference":""},{"code":"reinvestment","description":"IDCW Reinvestment option","reference":""}]}]},{"code":"CHECKLISTS","description":"Describes the list of form submission","reference":"","list":[{"code":"APPLICATION_FORM","description":"Application form requirement","reference":""},{"code":"APPLICATION_FORM_WITH_KYC","description":"Application form with KYC requirement","reference":""},{"code":"KYC","description":"KYC verification requirement","reference":""},{"code":"ESIGN","description":"E-signature requirement","reference":""}]}]},"payments":{"tags":[{"code":"SOURCE_BANK_ACCOUNT","description":"Details about the source bank account from which the payment is made","reference":"","list":[{"code":"ACCOUNT_TYPE","description":"The type of the source bank a/c","reference":"","list":[{"code":"SAVINGS","description":"A regular savings a/c"},{"code":"NRE_SAVINGS","description":"A non-resident-external savings a/c"},{"code":"NRO_SAVINGS","description":"A non-resident-ordinary savings a/c"}]}]},{"code":"PAYMENT_METHOD","description":"Payment method details","reference":"","list":[{"code":"MODE","description":"Mode of payment","reference":"","list":[{"code":"NETBANKING","description":"Pay via netbanking","reference":""},{"code":"UPI","description":"Pay via upi","reference":""},{"code":"UPI_AUTOPAY","description":"Pay via upi autopay","reference":""},{"code":"NACH","description":"Pay via nach network","reference":""},{"code":"IMPS","description":"Pay via imps bank transfer","reference":""}]},{"code":"AUTH","description":"Authorization type/mechanism","reference":"","list":[{"code":"COLLECT","description":"Collect request. Applicable for upi and upi autopay modes","reference":""},{"code":"URI","description":"UPI uri. Applicable for upi and upi autopay modes","reference":""},{"code":"NETBANKING","description":"Authorize via netbanking credentials. Applicable for nach mandate registration","reference":""},{"code":"DEBIT_CARD","description":"Authorize via debit card details. Applicable for nach mandate registration","reference":""},{"code":"AADHAAR","description":"Authorize via aadhaar number. Applicable for nach mandate registration","reference":""},{"code":"EXISTING_MANDATE","description":"Authorize or pay via existing mandate. Applicable for both upi autopay and nach mandates","reference":""}]},{"code":"MANDATE_IDENTIFIER","description":"Identifier for existing mandates","reference":""},{"code":"MANDATE_LIMIT","description":"Per debit max limit on the mandate. Buyer app can provide this if it wants to set a limit or not provide it. Final say is with the seller app. Value mentioned as integer.","reference":""},{"code":"MASKED_BANK_ACCOUNT_NUMBER","description":"Masked bank a/c number for existing mandates","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Bank a/c name for existing mandates","reference":""},{"code":"BANK_NAME","description":"Bank name for existing mandates","reference":""}]},{"code":"SETTLEMENT_DETAILS","description":"Describes the details of the settlements made to the AMC(s)","reference":"","list":[{"code":"AMOUNT","description":"Amount settled to the AMC","reference":""},{"code":"CURRENCY","description":"Currency of the amount settled","reference":""},{"code":"MODE","description":"Mode of settlement payment","reference":""},{"code":"BANK_ACCOUNT_NUMBER","description":"Bank a/c number to which the amount is settled","reference":""},{"code":"BANK_ACCOUNT_NAME","description":"Name of the bank a/c to which the amount is settled","reference":""},{"code":"BANK_CODE","description":"Code to identify the bank/branch of the account","reference":""},{"code":"TRANSACTION_ID","description":"Unique transaction id to track the settlement","reference":""},{"code":"SETTLED_AT","description":"Time at which the amount is settled","reference":""}]}]},"fulfillments":{"tags":[{"code":"INFORMATION","description":"Additional information related to the fulfillment","reference":"","list":[{"code":"REMAINING_INSTALMENTS","description":"Number of instalments left in this recurring order as per the schedule","reference":""},{"code":"NEXT_INSTALMENT_DATE","description":"Date of the next instalment as per the schedule","reference":""},{"code":"LAST_INSTALMENT_DATE","description":"Date of the last instalment as per the schedule","reference":""}]},{"code":"ERROR_INFORMATION","description":"Error details for failed fulfillments","reference":"","list":[{"code":"REASON_CODE","description":"Error reason code","reference":""},{"code":"REASON_MESSAGE","description":"Error description message","reference":""}]},{"code":"CANCELLATION_INFO","description":"Details about the cancellation event","reference":"","list":[{"code":"REASON_CODE","description":"Standard code for the cancellation reason","reference":"","list":[{"code":"TECHNICAL_REASON","description":"This is when the buyer app wants to cancel the order because the investor dropped off in between or just to keep the order status at buyer app and seller app in sync. This is not with investor input.","reference":""},{"code":"AMOUNT_NOT_AVAILABLE","description":"Investor doesn't have the money to continue investing","reference":""},{"code":"SCHEME_NOT_PERFORMING","description":"Investor did not get returns as expected as the scheme is not performing","reference":""},{"code":"SERVICE_ISSUE","description":"Investor is not satisfied with the service","reference":""},{"code":"LOAD_REVISED","description":"Investor is not satisfied with revision on load","reference":""},{"code":"WISH_TO_INVEST_IN_ANOTHER_SCHEME","description":"Investor wishes to invest in another scheme","reference":""},{"code":"CHANGE_IN_FUND_MANAGER","description":"Investor is not satisfied with change in fund manager","reference":""},{"code":"GOAL_ACHIEVED","description":"The goal for sip is achieved earlier than planned","reference":""},{"code":"FAILURE_THRESHOLD_REACHED","description":"The max allowed number of consecutive sip instalment faillures reached. Provider cancels the sip in this case.","reference":""},{"code":"CUSTOM_REASON","description":"Custom cancellation reason","reference":""},{"code":"TIMEOUT","description":"Payment is not received within time. Provider cancels the fulfillment in this case.","reference":""}]},{"code":"REASON_MESSAGE","description":"Cancellation reason description","reference":""},{"code":"CANCELLED_BY","description":"Who initiated the cancellation","reference":"","list":[{"code":"CONSUMER","description":"Consumer initiated cancellation","reference":""},{"code":"PROVIDER","description":"Provider initiated cancellation","reference":""}]},{"code":"CANCELLED_TIME","description":"Cancellation initiation time","reference":""}]},{"code":"REF_ORDER_IDS","description":"Details of child order ids in case of recurring orders","reference":"","list":[{"code":"CHILD_ORDER_ID","description":"Individual Recurring instalment order ID","reference":""}]},{"code":"EXTERNAL_REFS","description":"External system references","reference":"","list":[{"code":"RTA_SOURCE_REF","description":"Identifier reported by the seller app to the RTA","reference":""}]}]},"tags":[{"code":"BAP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by buyer app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]},{"code":"BPP_TERMS","description":"Describes the terms of engagement between the buyer app and seller app, as set by seller app","reference":"","list":[{"code":"STATIC_TERMS","description":"Static terms url for the engagement","reference":""},{"code":"OFFLINE_CONTRACT","description":"Whether an additional offline contract exists for the engagement between buyer app and seller app","reference":"","list":[{"code":true,"description":"Offline contract exists"},{"code":false,"description":"Offline contract does not exist"}]}]}]}}}},"x-flows":[{"summary":"Search (Full Pull)","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","steps":[{"summary":"Search for schemes","api":"search","details":[{"description":"Search for all mutual fund schemes"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Respond with the catalog","api":"on_search","details":[{"description":"Returns the schemes on offer"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"Search and register for incremental pull","steps":[{"summary":"Search for schemes","api":"search","details":[{"description":"Search for all mutual fund schemes and also register to incremental updates"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Register","code":"REGISTER"},"value":"true"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}}}}}}},{"summary":"Respond with the catalog","api":"on_search","details":[{"description":"Returns the schemes on offer"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"SIP Creation (New Folio)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (New Folio w/ KYC)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new folio + kyc input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for folio+kyc"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for digilocker fetch"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"PENDING"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":1,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_2","url":"https://forms.sellerapp.com/account-opening-kyc/digilocker?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for digilocker fetch"}],"reference":"if any","example":{"value":"This will redirect to different html page for digilocker fetch"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"3a81210a-5872-4404-83e2-d26c02626f7f","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"status":"SUBMITTED","submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send digilocker fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for esign"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/esign?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for esign"}],"reference":"if any","example":{"value":"This will redirect to different html page for esign"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"b794f774-a25d-4a16-91ba-1202137a088e","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUBMITTED","submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send esign fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success and order in accepted state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (Existing Folio - Investor selects/enters a folio)","details":[{"description":"If first instalment has to be generated immediately, buyer app passes the optional `instructions` attribute in the fulfillment stop next to `time` attribute. eg. `\"instructions\": { \"code\": \"GENERATE_FIRST_INSTALMENT\" }`"}],"references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment started notification with ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"6"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation (New Folio) - Payment Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new folio input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for folio opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and payment selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with TnC and payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"auth_in_progress"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"A duplicate mandate registration request is in progress. Wait for 15m before retyring."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful sip instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Payment Failure","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (failed instalment payment)","api":"on_update","details":[{"description":"Failed sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"insufficient_balance"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor bank account doesn't have sufficient balance to debit"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order acceptance notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (failed instalment)","api":"on_update","details":[{"description":"Failed sip instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Auto Cancellation","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment cancellation status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"FAILURE_THRESHOLD_REACHED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"PROVIDER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP cancellation by the investor","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with cancellation detais"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"fulfillments","order":{"id":"mfpp_213adf123af","fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"tags":[{"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"GOAL_ACHIEVED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order fulfillment cancellation status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"GOAL_ACHIEVED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"CONSUMER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Completion","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment completion status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Completed","code":"COMPLETED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"0"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment (Existing Folio - Investor selects/enters a folio)","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment - Payment Retry","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update","api":"update","details":[{"description":"Ask for new payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive new payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123","pmt_587"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum - New Folio","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"89118579-e8be-4588-ad3f-a90b59447b1c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Select","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"89118579-e8be-4588-ad3f-a90b59447b1c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send payment failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum (New Folio w/ KYC)","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"6c8500ad-53b2-44f3-adc6-863bd06d3f98","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Submit Form","api":"select","details":[{"description":"Send folio information as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for digilocker fetch"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ff0c306a-2402-4b83-a0fd-3d2abdc2ad65","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"PENDING"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":1,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_2","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"application/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for digilocker fetch"}],"reference":"if any","example":{"value":"This will redirect to different html page for digilocker fetch"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"ba084c0f-31cb-45d9-a7a0-c0b42e7888ce","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"status":"SUBMITTED","submission_id":"20d1fd2a-827d-460e-bd72-b21064d23002"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Submit Form","api":"select","details":[{"description":"Send digilocker fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"20d1fd2a-827d-460e-bd72-b21064d23002"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Ask for esign"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"application/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for esign"}],"reference":"if any","example":{"value":"This will redirect to different html page for esign"}},{"summary":"Seller provides the buyer with latest update of form status.","api":"on_status","details":[{"description":"Seller provides the buyer with latest update of form status from unsolicited call."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"e297d632-2368-434f-a0fe-e2dde3c3ec9c","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"2650edf9-e69c-45c5-b129-89838f0b716e"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUBMITTED","submission_id":"2650edf9-e69c-45c5-b129-89838f0b716e"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Select","api":"select","details":[{"description":"Send esign fetch as form submission"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"5e77885e-fd6a-440b-bbd9-3795eed6e43f"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"9d383c29-36a2-4962-98e9-fb2bb0f335b1","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"4e6d19d3-f8b5-43d5-9d89-ab5b95af3d92"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"20d1fd2a-827d-460e-bd72-b21064d23002"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:10.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"status":"SUCCESS","submission_id":"8745-1247-6587-8647"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - by units","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","details":[{"description":"Only difference from regular redemption by amount is to send units instead of amount in the quantity selected block"}],"references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details - number of units and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with number of units in item quantity selected field."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"amc_1"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send back the accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"30.0000","unit":"MF_UNITS"}},"allocated":{"measure":{"value":"30.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"599.85"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"600"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - redeem all","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","details":[{"description":"Only difference from regular redemption by units is to send -1 as units in the quantity selected block"}],"references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with number of units as -1 in item quantity selected field."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"amc_1"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send back the accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption successful"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"amc_1","descriptor":{"name":"ABC Mutual Fund"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"-1","unit":"MF_UNITS"}},"allocated":{"measure":{"value":"50.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"999.75"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"1000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.25"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Redemption - Failure","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with tnc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption failed"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"lien_marked"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Units in the folio are lien marked"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum Investment","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Multiple scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios for each fulfilment separately and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1,2 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"100.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"50.0000","listed_value":"50.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum Investment - Part Failure","details":[{"description":"All steps until confirm are the same as a regular cart puchase. Hence those calls are not shown here."}],"references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment 1 success, 2 failure notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"LUMPSUM","state":{"descriptor":{"name":"Failed","code":"FAILED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - SIP Creation","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"15031","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - SIP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification. Multiple fulfilments together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (with payment details)","api":"on_update","details":[{"description":"Send instalment order with payment details for processing. Multiple fulfilments together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"150","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"XYZ Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214325"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125488"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status (successful instalment payment)","api":"on_status","details":[{"description":"Successful sip instalment payment notification. Payments for multiple fulfilments are collected together."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful sip instalment notification. Both fulfillments are successful. In case of partial success or incremental success it will work similar to lumpsum purchase scenarios."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}},"allocated":{"measure":{"value":"100.0000","unit":"MF_UNITS"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"50.0000","listed_value":"50.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_123","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"8000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"8000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"INVESTMENT","price":{"currency":"INR","value":"4999.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.25"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Modification - Change Amount","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with changed amount"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.items","order":{"id":"mfpp_213adf123af","items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"tags":[{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order changed amount confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"OnGoing","code":"ONGOING"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]},{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"5000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Modification - Pause","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Send sip order update request with fulfilment pause status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.fulfillments","order":{"id":"mfpp_213adf123af","fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Paused","code":"PAUSED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"tags":[{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send sip order paused confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Paused","code":"PAUSED"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"SKIPPED"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]},{"descriptor":{"name":"Modification Information","code":"MODIFICATION_INFO"},"list":[{"descriptor":{"name":"Modified by","code":"MODIFIED_BY"},"value":"CONSUMER"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"5000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Cart - Lumpsum + SIP","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection - two items of same scheme with one fulfillment each of type lumpsum and sip"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"6543765346/54"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the order","api":"init","details":[{"description":"Send order details and folio details with the selected payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url. Payment for lumpsum and mandate registration for sip are done in one url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]},{"id":"12391","quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_124"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=30000","status":"NOT-PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Send payment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"30000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"5000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"1232132132/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"98945436/98","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599345"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2025-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"98945436/98"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2024"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"30000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"30000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"29998.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"1.5"}},{"item":{"id":"12391","fulfillment_ids":["ff_124"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Creation - Without Payment Mandate","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios and payment options (including skip payment option)"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the SIP order","api":"init","details":[{"description":"Send order details, folio details and choose skip payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation with skip payment option"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance and start the fulfillment as payment is skipped"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP - Add/Update new Payment Mandate","references":"if any","steps":[{"summary":"Update","api":"update","details":[{"description":"Ask for new mandate registration"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive new mandate registration payment option. Once this payment is done, `on_status` and `on_update` etc. are the same as a regular sip flow"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Manual Payment","references":"if any","steps":[{"summary":"On Confirm (with skip payment) - Child Order","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask for a payment) - Child Order","api":"update","details":[{"description":"Ask for a manual payment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}},{"summary":"On Update - Child Order","api":"on_update","details":[{"description":"Receive a manual payment option. And remaining workflow is same as regular payments"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP Instalment - Manual Payment and set Mandate","references":"if any","steps":[{"summary":"On Confirm (with skip payment) - Child Order","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask for a payment) - Child Order","api":"update","details":[{"description":"Ask for a upi autopay link to pay for this instalment and also create a mandate for future use"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_7657EFDFHF2342","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}]}}}}},{"summary":"On Update - Child Order","api":"on_update","details":[{"description":"Receive a upi autopay link to pay and set mandate."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Status - Child Order","api":"on_status","details":[{"description":"Receive payment confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_587","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update (ask to add existing mandate) - Parent Order","api":"update","details":[{"description":"Ask to add the mandate created in the previous step"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"}]}]}]}}}}},{"summary":"On Update - Parent Order","api":"on_update","details":[{"description":"Receive confirmation that the mandate is set for the parent sip order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT","status":"DEFERRED","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SIP - Manual Trigger Instalment","references":"if any","steps":[{"summary":"Initialize the sip instalment order","api":"init","details":[{"description":"Send instalment order details with the parent sip order id. As there is no fulfilment id available, buyer app doesn't send the fulfilment id, just one fulfilment with type and customer consent details. In case of cart orders, send two items and one fulfilment - and receive the actual fulfilments in the on response."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"ref_order_ids":["mfpp_213adf123af"],"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Confirm an sip instalment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_234"]}],"fulfillments":[{"id":"ff_789","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_234","collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order acceptance. The following status and update calls are same as other flows"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Switch - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select switch out from a particular folio and scheme and switch into a particular scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get back the acknowledgement","api":"on_select","details":[{"description":"Get back the acknowledgment"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the switch order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfs_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfs_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SWITCH_IN","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send switch successful message"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfs_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"quantity":{"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"SWITCH_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"SWITCH_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}}]},{"summary":"STP - by amount","references":"if any","steps":[{"summary":"Select stp in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the acknowledgement back","api":"on_select","details":[{"description":"Acknowledgement is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the stp order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfsp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfsp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]},{"id":"15031","fulfillment_ids":["ff_124"]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]},{"id":"ff_124","type":"STP_IN","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfsp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]},{"id":"ff_124","type":"STP_IN","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}}]},{"summary":"STP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfsp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_4234adfdsf4"}]}]},{"id":"ff_124","type":"STP_IN","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfs_4234adfdsf4"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STP_OUT","price":{"currency":"INR","value":"0"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STP_IN","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfs_213adf123af","ref_order_ids":["mfsp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}]}],"fulfillments":[{"id":"ff_789","type":"STP_OUT_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"STP_IN_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful stp instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfs_213adf123af","ref_order_ids":["mfsp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}},{"id":"15031","parent_item_id":"9773","descriptor":{"name":"XYZ Liquid Fund - Regular - Growth","code":"SCHEME_PLAN"},"quantity":{"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_124"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN912757345"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"14BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"975342"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"GROWTH"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"STP_OUT_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]},{"id":"ff_124","type":"STP_IN_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWITCH_OUT","price":{"currency":"INR","value":"-3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0.75"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"SWITCH_IN","price":{"currency":"INR","value":"2999.1"}},{"item":{"id":"15031","fulfillment_ids":["ff_124"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SWP - by amount","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select swp in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the swp order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back in created state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfrp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfrp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SWP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfrp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"SWP Instalment","references":"if any","steps":[{"summary":"On Update","api":"on_update","details":[{"description":"Send parent order fulfillment ongoing status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfrp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP","state":{"descriptor":{"name":"Ongoing","code":"ONGOING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Next Instalment Date","code":"NEXT_INSTALMENT_DATE"},"value":"15/05/2024"},{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"5"},{"descriptor":{"name":"Last Instalment Date","code":"LAST_INSTALMENT_DATE"},"value":"15/09/2024"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfr_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfr_4234adfdsf4"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SWP","price":{"currency":"INR","value":"0"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send instalment order generation notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","ref_order_ids":["mfrp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SWP_INSTALMENT","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update (successful instalment)","api":"on_update","details":[{"description":"Successful swp instalment notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_213adf123af","ref_order_ids":["mfrp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"SWP_INSTALMENT","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Lumpsum Investment - Payments by Buyer App","reference":"https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/draft-FIS14-enhancements/api/components/docs/README.md#protocol-details","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Scheme selection with setting payment collected_by BAP"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back the list of existing folios. No payment options are sent back as the collection is done by BAP"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back. No payment url is sent as the payment is collected by buyer app"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR"},"type":"PRE_FULFILLMENT"}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Update","api":"update","details":[{"description":"Buyer app collects the payment and update the order with the settlement details. As the payment collection and settlement can be done anytime before fulfilment, buyer app can send the settlement details during confirm call also if available. Then this update call is not needed."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfpp_213adf123af","payments":[{"collected_by":"BAP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"24234324324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Settlement Details","code":"SETTLEMENT_DETAILS"},"list":[{"descriptor":{"code":"AMOUNT"},"value":"3000"},{"descriptor":{"code":"CURRENCY"},"value":"INR"},{"descriptor":{"code":"MODE"},"value":"NEFT"},{"descriptor":{"code":"BANK_ACCOUNT_NUMBER"},"value":"1235890234325"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"ABC MF Collection Account"},{"descriptor":{"code":"BANK_CODE"},"value":"hdfc0000012"},{"descriptor":{"code":"TRANSACTION_ID"},"value":"UTR1234ADF342345324"},{"descriptor":{"code":"SETTLED_AT"},"value":"2023-05-25T05:23:03.443Z"}]}]}]}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment initiated notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BAP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"24234324324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Settlement Details","code":"SETTLEMENT_DETAILS"},"list":[{"descriptor":{"code":"AMOUNT"},"value":"3000"},{"descriptor":{"code":"CURRENCY"},"value":"INR"},{"descriptor":{"code":"MODE"},"value":"NEFT"},{"descriptor":{"code":"BANK_ACCOUNT_NUMBER"},"value":"1235890234325"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"ABC MF Collection Account"},{"descriptor":{"code":"BANK_CODE"},"value":"hdfc0000012"},{"descriptor":{"code":"TRANSACTION_ID"},"value":"UTR1234ADF342345324"},{"descriptor":{"code":"SETTLED_AT"},"value":"2023-05-25T05:23:03.443Z"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send fulfillment success notification"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - Search","steps":[{"summary":"Search for list of other services offered","api":"search","details":[{"description":"Send the other services category code"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MF_OTHER_SERVICES"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Respond with the catalog of other services offered","api":"on_search","details":[{"description":"Receive other services list as items and fulfillments"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"MFOS","descriptor":{"name":"MF Other Services","code":"MF_OTHER_SERVICES"},"parent_category_id":"0"}],"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_911","ff_912"],"matched":true},{"id":"AS56245","descriptor":{"name":"XYZ Fund - Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"XYZ Mutual Fund"}},"fulfillment_ids":["ff_911"],"matched":true},{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"category_ids":["MFOS"],"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_913"],"matched":true}],"fulfillments":[{"id":"ff_911","type":"ZERO_BALANCE_FOLIO"},{"id":"ff_912","type":"KYC"},{"id":"ff_913","type":"PAYMENT_MANDATE"}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}}]},{"summary":"Other Services - Open Zero Balance Folio","references":"if any","steps":[{"summary":"Select","api":"select","details":[{"description":"Select zero balance folio service"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Send back new account input required"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Get Form","api":"form","details":[{"description":"Get the form for account opening"}],"reference":"if any","example":{"value":"\n \n
\n \n \n \n
\n \n \n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n \n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n \n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n \n\n
\n \n\n \n
\n \n"}},{"summary":"Select","api":"select","details":[{"description":"Send the form submission details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Select","api":"on_select","details":[{"description":"Receive form processing success status"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Initialize the Lumpsum order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"zbf_123adf234","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]}}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to open folio"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"zbf_123adf234","provider":{"id":"sellerapp_id"},"items":[{"id":"AS42134","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted and the folio will be opened"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"zbf_123adf234","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive notification that the folio opening is done"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"zbf_123adf234","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"AS42134","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"ZERO_BALANCE_FOLIO","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"AS42134","fulfillment_ids":["ff_123"]},"title":"ZERO_BALANCE_FOLIO","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - New KYC","details":[{"description":"This is showing independent kyc service flow. Select and Init calls are similar to zero balance folio flow except that the xinput will be multiple - hence now showing in this example"}],"references":"if any","steps":[{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to perform kyc"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"kyc_536herg9843","provider":{"id":"sellerapp_id"},"items":[{"id":"FS23","fulfillment_ids":["fsf_132"]}],"fulfillments":[{"id":"fsf_132","type":"KYC","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted and the kyc will be processed"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"kyc_536herg9843","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"FS23","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["fsf_132"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"fsf_132","type":"KYC","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"FS23","fulfillment_ids":["fsf_132"]},"title":"KYC","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Receive notification that the kyc is processed successfully"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"kyc_536herg9843","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"FS23","descriptor":{"name":"ABC Fund - Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["fsf_132"],"tags":[{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"8745-1247-6587-8647"}]}]}],"fulfillments":[{"id":"fsf_132","type":"KYC","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"FS23","fulfillment_ids":["fsf_132"]},"title":"KYC","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Other Services - Register Payment Mandate","references":"if any","steps":[{"summary":"Initialize the order for mandate registration","api":"init","details":[{"description":"Send order details, 2fa and bank details for mandate registration"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"PS5634","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with mandate registration url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"pmtm_952jfs195","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send confirmation to register a payment mandate"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"pmtm_952jfs195","provider":{"id":"sellerapp_id"},"items":[{"id":"PS5634","fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Receive acknowledgement that order is accepted. Now the payment redirection can happen"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"pmtm_952jfs195","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Payment","api":"form","details":[{"description":"Depending on the payment mode, buyer app either redirects the buyer to the PG url or show the payment option in its interface. This example is showing a redirection flow"}],"reference":"if any","example":{"value":"This will redirect to different html page for payment collection"}},{"summary":"On Status","api":"on_status","details":[{"description":"Receive notification that the mandate is registered along with the details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"pmtm_952jfs195","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"PS5634","descriptor":{"name":"Other Service","code":"SERVICE"},"creator":{"descriptor":{"name":"Seller App"}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"PAYMENT_MANDATE","state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"PS5634","fulfillment_ids":["ff_123"]},"title":"PAYMENT_MANDATE","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"External Folio - Lumpsum","details":[{"description":"As there is no selection required, the buyer app can start the transaction from `init` call. After `on_confirm`, the remaining flow related to payment and on update is the same as regular lumpsum transactions, hence not showing in the flow below."}],"references":"if any","steps":[{"summary":"Initialize the Lumpsum order for external folio","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]}]}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back with payment url"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send order acceptance"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"External Folio Information","code":"EXTERNAL_FOLIO_INFO"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"78953432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Tax Status","code":"TAX_STATUS"},"value":"resident_individual"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","url":"https://api.sellerapp.com/payment?k=abdafaf","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]},{"summary":"Instant Redemption (by amount)","references":"if any","steps":[{"summary":"Select redemption in a particular folio and scheme","api":"select","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"Get the redemption payout a/c details","api":"on_select","details":[{"description":"List of payout bank a/cs is sent"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}},{"summary":"Initialize the redemption order","api":"init","details":[{"description":"Send order details and folio details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Init","api":"on_init","details":[{"description":"Draft order is sent back"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"Confirm","api":"confirm","details":[{"description":"Send order confirmation w/ 2fa details"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}},{"summary":"On Confirm","api":"on_confirm","details":[{"description":"Send accepted order along with fulfillment status initiated"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfr_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send redemption payout successful, but order in accepted state"}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}},{"summary":"On Update","api":"on_update","details":[{"description":"Send order completed status with details on units, price, nav etc."}],"reference":"if any","example":{"value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_023"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_023","type":"INSTANT_REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"},{"id":"238945","type":"2FA_PHONE_OTP"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"payments":[{"id":"pmt_123","collected_by":"CONSUMER","status":"PAID","params":{"amount":"3000","currency":"INR","bank_code":"ICIC0000047","bank_account_number":"004701561234","bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"ON_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"IMPS"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}}]}],"x-examples":{"mutual-funds":{"summary":"mutual-funds","description":"mutual-funds","example_set":{"search":{"examples":[{"summary":"search for mutual funds Full Pull","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"search for mutual funds incremental from given time","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Changes from","code":"CHANGES_FROM"},"value":"2024-05-23T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"search for mutual funds register for incremental pull","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","action":"search"},"message":{"intent":{"category":{"descriptor":{"code":"MUTUAL_FUNDS"}},"tags":[{"display":false,"descriptor":{"name":"Incremental Pull","code":"INCREMENTAL_PULL"},"list":[{"descriptor":{"name":"Register","code":"REGISTER"},"value":"true"}]},{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"fulfillment":{"agent":{"organization":{"creds":[{"id":"ARN-125784","type":"ARN"}]}}}}}}}]},"on_search":{"examples":[{"summary":"mutual funds catalog","description":"TBD","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_search"},"message":{"catalog":{"descriptor":{"name":"BPP Name"},"providers":[{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"},"categories":[{"id":"0","descriptor":{"name":"Mutual Funds","code":"MUTUAL_FUNDS"}},{"id":"1","descriptor":{"name":"Open Ended","code":"OPEN_ENDED"},"parent_category_id":"0"},{"id":"11","descriptor":{"name":"Equity","code":"OPEN_ENDED_EQUITY"},"parent_category_id":"1"},{"id":"1101","descriptor":{"name":"Mid Cap Fund","code":"OPEN_ENDED_EQUITY_MIDCAP"},"parent_category_id":"11"}],"items":[{"id":"138","descriptor":{"name":"ABC Mid Cap Fund","code":"SCHEME"},"category_ids":["1101"],"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"matched":true,"tags":[{"display":true,"descriptor":{"name":"Scheme Information","code":"SCHEME_INFORMATION"},"list":[{"descriptor":{"name":"Status","code":"STATUS"},"value":"active"},{"descriptor":{"name":"Lockin Period (days)","code":"LOCKIN_PERIOD_IN_DAYS"},"value":"365"},{"descriptor":{"name":"NFO Start","code":"NFO_START_DATE"},"value":"2024-07-25"},{"descriptor":{"name":"NFO End","code":"NFO_END_DATE"},"value":"2024-08-10"},{"descriptor":{"name":"NFO Allotment Date","code":"NFO_ALLOTMENT_DATE"},"value":"2024-08-15"},{"descriptor":{"name":"NFO Reopen Date","code":"NFO_REOPEN_DATE"},"value":"2024-08-16"},{"descriptor":{"name":"Entry Load","code":"ENTRY_LOAD"},"value":"no entry load"},{"descriptor":{"name":"Exit Load","code":"EXIT_LOAD"},"value":"1% on exit"},{"descriptor":{"name":"Scheme Offer Documents","code":"OFFER_DOCUMENTS"},"value":"https://sellerapp.com/docs/scheme-offer.pdf"},{"descriptor":{"name":"Investor Allow List","code":"INVESTOR_ALLOW_LIST"},"value":""},{"descriptor":{"name":"Investor Black List","code":"INVESTOR_BLACK_LIST"},"value":""}]}]},{"id":"12391","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"category_ids":["1101"],"parent_item_id":"138","fulfillment_ids":["ff_122","ff_123","ff_124","ff_125"],"matched":true,"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_122","type":"LUMPSUM","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]},{"id":"ff_123","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_124","type":"SIP","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1D"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"30"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"300"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]},{"id":"ff_789","type":"REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]}]},{"id":"ff_023","type":"INSTANT_REDEMPTION","tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"}]}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"select":{"examples":[{"summary":"select lumpsum order","description":"lumpsum order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"select sip order","description":"sip order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}}}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"select redemption order","description":"redemption order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit new folio form","description":"submit new folio form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 1)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 2)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_2"},"form_response":{"submission_id":"1978-5697-3478-6547"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"submit kyc form (step 3)","description":"submit kyc form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"select"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_3"},"form_response":{"submission_id":"8745-1247-6587-8647"}},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_select":{"examples":[{"summary":"send existing folios","description":"send existing folios","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"xinput":{"required":false,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening-kyc/data?k=234sadf234","mime_type":"text/html"}},"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"1232132132/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"23234132/23"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/01/2021"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]}]}],"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}},{"summary":"send new folio xinput form","description":"send new folio xinput form","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":0,"max":0},"headings":["APPLICATION_FORM"]},"form":{"id":"form_1","url":"https://forms.sellerapp.com/account-opening?k=234sadf234","mime_type":"text/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"send payment options","description":"send payment options","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","type":"PRE_FULFILLMENT"},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"SKIP_PAYMENT"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"URI"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"DEBIT_CARD"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"AADHAAR"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]},{"collected_by":"BPP","type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI_AUTOPAY"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"886985"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]}}}}},{"summary":"send new kyc xinput form (redirection step)","description":"send new kyc xinput form (redirection step)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"fulfillment_ids":["ff_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM_WITH_KYC"},"value":"6547-7456-7235-4386"},{"descriptor":{"name":"KYC","code":"KYC"},"value":"1978-5697-3478-6547"},{"descriptor":{"name":"ESIGN","code":"ESIGN"},"value":"PENDING"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"required":true,"head":{"index":{"min":0,"cur":2,"max":2},"headings":["APPLICATION_FORM_WITH_KYC","KYC","ESIGN"]},"form":{"id":"form_3","url":"https://forms.sellerapp.com/account-opening-kyc/esign?k=234sadf234","mime_type":"application/html"}},"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"send payout bank details for redemption","description":"send payout bank details for redemption","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_select"},"message":{"order":{"provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"}]}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******1234"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"ICICI BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"ICIC0000047"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_124234234234"},{"descriptor":{"name":"Account Number","code":"MASKED_ACCOUNT_NUMBER"},"value":"******0245"},{"descriptor":{"name":"Account Holder Name","code":"ACCOUNT_HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"},{"descriptor":{"name":"Bank Name","code":"BANK_NAME"},"value":"HDFC BANK"},{"descriptor":{"name":"Bank Code","code":"BANK_CODE"},"value":"HDFC0000091"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]}}}}}]},"init":{"examples":[{"summary":"init lumpsum order (netbanking payment)","description":"init lumpsum order (netbanking payment)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init lumpsum order (upi collect payment)","description":"init lumpsum order (upi collect payment)","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}}}],"payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","source_virtual_payment_address":"upiid@oksbi"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"COLLECT"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init sip existing folio","description":"init sip existing folio","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init sip new folio","description":"init sip new folio","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"collected_by":"BPP","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"init redemption order","description":"init redemption order","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"init"},"message":{"order":{"provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_init":{"examples":[{"summary":"send netbanking url & tnc for lumpsum purchase","description":"send netbanking url & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send upi uri & tnc for lumpsum purchase","description":"send upi uri & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_587"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_587","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send payment url & tnc","description":"send payment url & tnc","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"payment_ids":["pmt_123"],"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"send order in created state","description":"send order in created state","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_init"},"message":{"order":{"id":"mfpp_213adf123af","status":"CREATED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"confirm":{"examples":[{"summary":"confirm sip","description":"confirm sip","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfpp_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}},{"summary":"confirm redemption","description":"confirm redemption","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"confirm"},"message":{"order":{"id":"mfr_213adf123af","provider":{"id":"sellerapp_id"},"items":[{"id":"12391","quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"]}],"fulfillments":[{"id":"ff_789","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}]}}}}]},"on_confirm":{"examples":[{"summary":"confirm order w/ accepted state","description":"confirm order w/ accepted state","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_123"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"NOT-PAID","url":"https://api.sellerapp.com/payment?k=abdafaf","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment created","description":"sip instalment created","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_confirm"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"cancel_by":{"timestamp":"2024-07-25T05:23:03.443Z"},"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"status":{"examples":[{"summary":"status of an order","description":"bap can ask for the status of an order anytime","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"status"},"message":{"order_id":"mfpp_213adf123af"}}}]},"on_status":{"examples":[{"summary":"lumpsum payment success","description":"lumpsum payment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","state":{"descriptor":{"name":"Initiated","code":"INITIATED"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip payment success","description":"sip payment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_status"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]},"update":{"examples":[{"summary":"update an order with a new payment","description":"bap asks for a new payment link in case of payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"update"},"message":{"update_target":"order.payments","order":{"id":"mfp_213adf123af","payments":[{"collected_by":"BPP","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}]}}}}]},"on_update":{"examples":[{"summary":"send a new payment link","description":"bpp sends a new payment link","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123","pmt_587"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]},{"id":"pmt_587","collected_by":"BPP","url":"upi://pay?pa=UPIID@oksbi&pn=NAME&&tr=123456789&cu=INR&am=3000","status":"NOT-PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"UPI"},{"descriptor":{"code":"AUTH"},"value":"URI"}]}]}],"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"lumpsum payment failure","description":"lumpsum payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_789","type":"LUMPSUM","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"state":{"descriptor":{"name":"Pending","code":"PENDING"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"}]}]}],"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NETBANKING"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"daily_limit_crossed"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Daily debit limit threshold for the bank account is crossed."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip payment failure","description":"sip payment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"FAILED","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"auth_in_progress"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"A duplicate mandate registration request is in progress. Wait for 15m before retyring."}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"redemption fulfillment success","description":"redemption fulfillment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"150.0000","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.2500"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"2999.25"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"3000"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"-0.75"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"redemption fulfillment failure","description":"redemption fulfillment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfr_3454dfadssf435345","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}]}],"fulfillments":[{"id":"ff_008","type":"REDEMPTION","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"78953432/32","type":"FOLIO"},{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"1000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"10000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Units Minimum","code":"UNITS_MIN"},"value":"1"},{"descriptor":{"name":"Units Maximum","code":"UNITS_MAX"},"value":"500"},{"descriptor":{"name":"Units Multiples","code":"UNITS_MULTIPLES"},"value":"1"}]},{"display":true,"descriptor":{"name":"Payout Bank Account","code":"PAYOUT_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Identifier","code":"IDENTIFIER"},"value":"ba_369823523564"}]},{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"lien_marked"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Units in the folio are lien marked"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"REDEMPTION","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"SECURITIES_TRANSACTION_TAX","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment payment failed","description":"sip instalment payment failed","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"ACCEPTED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_234"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","state":{"descriptor":{"name":"Pending","code":"PENDING"}},"customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}]}],"payments":[{"id":"pmt_234","collected_by":"BPP","status":"FAILED","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]},{"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"insufficient_balance"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor bank account doesn't have sufficient balance to debit"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment fulfillment success","description":"sip instalment fulfillment success","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_3454dfadssf435345","ref_order_ids":["mfpp_213adf123af"],"status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"149.9925","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_008"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]}],"price":{"currency":"INR","value":"20.0000","listed_value":"20.0000"},"time":{"label":"NAV Date","timestamp":"2024-07-23T00:00:00+05:30"}}],"fulfillments":[{"id":"ff_008","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Successful","code":"SUCCESSFUL"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Folio","code":"FOLIO_INFORMATION"},"list":[{"descriptor":{"name":"Folio Number","code":"FOLIO_NUMBER"},"value":"123213432/32"},{"descriptor":{"name":"Holding Pattern","code":"HOLDING_PATTERN"},"value":"SINGLE"},{"descriptor":{"name":"Holder Name","code":"HOLDER_NAME"},"value":"Satish K Perala"},{"descriptor":{"name":"Created On","code":"CREATED_ON"},"value":"25/11/2019"},{"descriptor":{"name":"Email Address for 2FA","code":"2FA_EMAIL_ADDRESS_MASKED"},"value":"****sha@gmail.com"},{"descriptor":{"name":"Mobile Number for 2FA","code":"2FA_MOBILE_NUMBER_MASKED"},"value":"***9345"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"3000"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"INVESTMENT","price":{"currency":"INR","value":"2999.85"}},{"item":{"id":"12391","fulfillment_ids":["ff_008"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0.15"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip instalment fulfillment failure","description":"sip instalment fulfillment failure","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfp_7657EFDFHF2342","ref_order_ids":["mfpp_213adf123af"],"status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}},"allocated":{"measure":{"value":"0","unit":"MF_UNITS"}}},"fulfillment_ids":["ff_009"],"payment_ids":["pmt_567"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_009","type":"SIP_INSTALMENT","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"state":{"descriptor":{"name":"Failed","code":"FAILED"}},"stops":[{"time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"}}],"tags":[{"display":true,"descriptor":{"name":"Information","code":"ERROR_INFORMATION"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"investor_blacklisted"},{"descriptor":{"name":"Reason Message","code":"REASON_MESSAGE"},"value":"Investor is blacklisted for investments"}]},{"display":true,"descriptor":{"name":"External Refs","code":"EXTERNAL_REFS"},"list":[{"descriptor":{"name":"RTA Source Ref","code":"RTA_SOURCE_REF"},"value":"21432432"}]}]}],"payments":[{"id":"pmt_567","collected_by":"BPP","status":"PAID","params":{"amount":"3000","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","time":{"label":"SCHEDULED_ON","timestamp":"2023-05-15T05:30:00.000Z"},"tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"EXISTING_MANDATE"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"INVESTMENT","price":{"currency":"INR","value":"0"}},{"item":{"id":"12391","fulfillment_ids":["ff_009"]},"title":"STAMP_DUTY","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip order completed","description":"sip order completed","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"COMPLETED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Completed","code":"COMPLETED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Information","code":"INFORMATION"},"list":[{"descriptor":{"name":"Remaining Instalments","code":"REMAINING_INSTALMENTS"},"value":"0"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_789"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}},{"summary":"sip order cancelled","description":"sip order cancelled","value":{"context":{"location":{"country":{"code":"IND"},"city":{"code":"*"}},"domain":"ONDC:FIS14","timestamp":"2023-05-25T05:23:03.443Z","bap_id":"api.buyerapp.com","bap_uri":"https://api.buyerapp.com/ondc","transaction_id":"a9aaecca-10b7-4d19-b640-b047a7c62196","message_id":"bb579fb8-cb82-4824-be12-fcbc405b6608","version":"2.1.0","ttl":"PT10M","bpp_id":"api.sellerapp.com","bpp_uri":"https://api.sellerapp.com/ondc","action":"on_update"},"message":{"order":{"id":"mfpp_213adf123af","status":"CANCELLED","provider":{"id":"sellerapp_id","descriptor":{"name":"Seller App Name"}},"items":[{"id":"12391","parent_item_id":"138","descriptor":{"name":"ABC Mid Cap Fund - Regular - Growth","code":"SCHEME_PLAN"},"creator":{"descriptor":{"name":"ABC Mutual Fund"}},"quantity":{"selected":{"measure":{"value":"3000","unit":"INR"}}},"fulfillment_ids":["ff_789"],"payment_ids":["pmt_123"],"tags":[{"display":true,"descriptor":{"name":"Plan Information","code":"PLAN_INFORMATION"},"list":[{"descriptor":{"name":"Consumer Terms & Conditions","code":"CONSUMER_TNC"},"value":"https://sellerapp.com/legal/ondc:fis14/consumer_tnc.html"}]},{"display":true,"descriptor":{"name":"Plan Identifiers","code":"PLAN_IDENTIFIERS"},"list":[{"descriptor":{"name":"ISIN","code":"ISIN"},"value":"IN123214324"},{"descriptor":{"name":"RTA Identifier","code":"RTA_IDENTIFIER"},"value":"02BZ"},{"descriptor":{"name":"AMFI Identifier","code":"AMFI_IDENTIFIER"},"value":"125487"}]},{"display":true,"descriptor":{"name":"Plan Options","code":"PLAN_OPTIONS"},"list":[{"descriptor":{"name":"Plan","code":"PLAN"},"value":"REGULAR"},{"descriptor":{"name":"Option","code":"OPTION"},"value":"IDCW"},{"descriptor":{"name":"IDCW Option","code":"IDCW_OPTION"},"value":"PAYOUT"}]},{"display":true,"descriptor":{"name":"Checklists","code":"CHECKLISTS"},"list":[{"descriptor":{"name":"Application Form","code":"APPLICATION_FORM"},"value":"6547-7456-7235-4386"}]}]}],"fulfillments":[{"id":"ff_123","type":"SIP","customer":{"person":{"id":"pan:arrpp7771n","creds":[{"id":"115.245.207.90","type":"IP_ADDRESS"}]},"contact":{"phone":"9916599123"}},"agent":{"person":{"id":"euin:E52432"},"organization":{"creds":[{"id":"ARN-124567","type":"ARN"},{"id":"ARN-123456","type":"SUB_BROKER_ARN"}]}},"stops":[{"time":{"schedule":{"frequency":"R6/2024-05-15/P1M"}}}],"state":{"descriptor":{"name":"Cancelled","code":"CANCELLED"}},"tags":[{"display":true,"descriptor":{"name":"Thresholds","code":"THRESHOLDS"},"list":[{"descriptor":{"name":"Frequency","code":"FREQUENCY"},"value":"P1M"},{"descriptor":{"name":"Frequency Dates","code":"FREQUENCY_DATES"},"value":"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28"},{"descriptor":{"name":"Amount Minimum","code":"AMOUNT_MIN"},"value":"5000"},{"descriptor":{"name":"Amount Maximum","code":"AMOUNT_MAX"},"value":"50000"},{"descriptor":{"name":"Amount Multiples","code":"AMOUNT_MULTIPLES"},"value":"1"},{"descriptor":{"name":"Installments Count Minimum","code":"INSTALMENTS_COUNT_MIN"},"value":"6"},{"descriptor":{"name":"Installments Count Maximum","code":"INSTALMENTS_COUNT_MAX"},"value":"12"},{"descriptor":{"name":"Cumulative Amount Minimum","code":"CUMULATIVE_AMOUNT_MIN"},"value":"30000"}]},{"display":true,"descriptor":{"name":"Cancellation Information","code":"CANCELLATION_INFO"},"list":[{"descriptor":{"name":"Reason Code","code":"REASON_CODE"},"value":"FAILURE_THRESHOLD_REACHED"},{"descriptor":{"name":"Cancelled by","code":"CANCELLED_BY"},"value":"PROVIDER"},{"descriptor":{"name":"Cancelled time","code":"CANCELLED_TIME"},"value":"2024-07-01T05:23:03.443Z"}]},{"display":false,"descriptor":{"name":"Installment Order Ids","code":"REF_ORDER_IDS"},"list":[{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_213adf123af"},{"descriptor":{"name":"Child Order Id","code":"CHILD_ORDER_ID"},"value":"mfp_4234adfdsf4"}]}]}],"xinput":{"form":{"id":"form_1"},"form_response":{"status":"SUCCESS","submission_id":"6547-7456-7235-4386"}},"payments":[{"id":"pmt_123","collected_by":"BPP","status":"PAID","params":{"amount":"0","currency":"INR","source_bank_code":"icic0000047","source_bank_account_number":"004701563111","source_bank_account_name":"harish gupta","transaction_id":"243423324"},"type":"PRE_FULFILLMENT","tags":[{"descriptor":{"name":"Source bank account","code":"SOURCE_BANK_ACCOUNT"},"list":[{"descriptor":{"name":"Account Type","code":"ACCOUNT_TYPE"},"value":"SAVINGS"}]},{"descriptor":{"name":"Payment Method","code":"PAYMENT_METHOD"},"list":[{"descriptor":{"code":"MODE"},"value":"NACH"},{"descriptor":{"code":"AUTH"},"value":"NETBANKING"},{"descriptor":{"code":"MANDATE_LIMIT"},"value":"50000"},{"descriptor":{"code":"MANDATE_IDENTIFIER"},"value":"125487"},{"descriptor":{"code":"MASKED_BANK_ACCOUNT_NUMBER"},"value":"********3111"},{"descriptor":{"code":"BANK_ACCOUNT_NAME"},"value":"Harish Gupta"},{"descriptor":{"code":"BANK_NAME"},"value":"ICICI Bank"}]}]}],"cancellation_terms":[{"reason_required":true,"external_ref":{"url":"https://api.sellerapp.com/cterms?id=214werw3w4","mimetype":"text/html"}}],"quote":{"id":"q1","price":{"currency":"INR","value":"0"},"breakup":[{"item":{"id":"12391","fulfillment_ids":["ff_123"]},"title":"SIP","price":{"currency":"INR","value":"0"}}]},"tags":[{"display":false,"descriptor":{"name":"BAP Terms of Engagement","code":"BAP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://buyerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]},{"display":false,"descriptor":{"name":"BPP Terms of Engagement","code":"BPP_TERMS"},"list":[{"descriptor":{"name":"Static Terms (Transaction Level)","code":"STATIC_TERMS"},"value":"https://sellerapp.com/legal/ondc:fis14/static_terms?v=0.1"},{"descriptor":{"name":"Offline Contract","code":"OFFLINE_CONTRACT"},"value":"true"}]}],"created_at":"2023-05-25T05:23:03.443Z","updated_at":"2023-05-25T05:23:03.443Z"}}}}]}}}},"x-attributes":{"mutual-funds":{"attribute_set":{"search":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"}},"message":{"intent":{"category":{"descriptor":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"MUTUAL_FUNDS","description":"Describes of code value for category"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"It refers to providing additional details about the characteristics, features and attributes of products."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the category of the intent."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describe the intent to buy or avail a product or a service."},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_search":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"catalog":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute describes the products or services that are sent as the response to the search done by BAP."},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute amplifies the product details. It includes presenting a detailed description about the characteristics, features, and unique qualities of that particular product."},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"BPP Name","description":"Name of the seller NP who is providing the catalog"}},"providers":{"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"This attribute describes a more detailed and comprehensive information that showcases the diverse range of products or services offered by the business."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"db1928f9","description":"ID of the AMC maintained at the seller NP level"},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This describes the detailed description of the provider"},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"ABC Asset Management Company Ltd.","description":"Name of the AMC"}},"categories":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the list of categoreies provided by the seller NP"},"descriptor":{"_description":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"This refers to a label that can serve as a categorization tag for groupiing together a collection of items for easier identification and management. "},"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"Large Cap","description":"Name of the category"},"code":{"required":"mandatory","type":"string","owner":"BPP","usage":"LARGE_CAP","description":"Code of the category"}},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"db1928f9","description":"ID of the item category maintained at the seller NP level"},"parent_category_id":{"required":"optional","type":"string","owner":"BPP","usage":"342435ddafd","description":"ID of the parent category in case there is a hierarchy"}},"items":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"1cd4ea25","description":"ID of the scheme / scheme plan"},"descriptor":{"name":{"required":"mandatory","type":"string","owner":"BPP","usage":"ABC Large Cap Mutual Fund","description":"Name of the item"},"code":{"required":"mandatory","type":"string","owner":"BPP","usage":"SCHEME_PLAN","description":"Code of the item. Item can be a scheme / scheme plan"}},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"IDs of the associated fulfillments"},"category_ids":{"required":"optional","type":"string","owner":"BPP","usage":"4bd4ea25","description":"List of categories that this scheme belongs to"},"matched":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"Whether this item is an exact match of the request"},"parent_item_id":{"required":"optional","type":"string","owner":"BPP","usage":"234dsfs","description":"ID of the scheme that this plan belongs to"},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}},"SCHEME_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Scheme Information","list":{"STATUS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the status"},"LOCKIN_PERIOD_IN_DAYS":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the lockin period"},"NFO_START_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo start date"},"NFO_END_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo end date"},"NFO_ALLOTMENT_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo allotment date"},"NFO_REOPEN_DATE":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the nfo reopen date"},"ENTRY_LOAD":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the entry load"},"EXIT_LOAD":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the exit load"},"OFFER_DOCUMENTS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the offer documents"}}}},"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"The provider from which the customer wants to place to the order from"}},"fulfillments":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"3bd4ea25","description":"ID of the fulfillment to refer in the item"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment"},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}},"_description":{"required":"mandatory","type":"array","owner":"BPP","usage":"--","description":"List of tag groups"}},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"This refers to the decription as to how that order will rendered/fulfilled to the end-customers."}}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"select":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"select","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_select":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_select","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"head":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This refers to the header information of the input of additional information required from the customer to avail this item."},"index":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"It refers to the integer value of the index number of required additional input."},"min":{"required":"optional","type":"number","owner":"BPP","usage":false,"description":"Describes the min indexvalue"},"max":{"required":"optional","type":"number","owner":"BPP","usage":1,"description":"Describes the max index value"},"cur":{"required":"optional","type":"number","owner":"BPP","usage":1,"description":"Describes the current index value"}},"headings":{"required":"optional","type":"array","owner":"BPP","usage":"New Folio","description":"Describes the headings of the form."}},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"mime_type":{"required":"optional","type":"string","owner":"BPP","usage":"text/html","description":"Describes the mime of the form"},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://6vs8xnx5i7.abcmf.co.in/mf-kyc/xinput/formid/a23f2fdfbbb8ac402bfd54f","description":"Describes the url of the document"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"SUCCESS","description":"Status of the form submission"}},"required":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"Indicates whether the form data is mandatorily required by the BPP to confirm the order."}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"init":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"init","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_init":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"CREATED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"confirm":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"on_confirm":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"status":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"}}},"on_status":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"cancel":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"cancellation_reason_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"cr_123","description":"ID of the cancellation reason"}}},"on_cancel":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}},"update":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"}},"message":{"update_target":{"required":"mandatory","type":"string","owner":"BAP","usage":"order.payments","description":"The path of the order object which is getting updated"},"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}}}}}},"on_update":{"context":{"location":{"country":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"IND","description":"Country code in ISO 3166-1 and ISO 3166-2 format. Since we are dealing with MF in India, use `IND`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the country of location where the transaction is meant to be completed."}},"city":{"code":{"required":"mandatory","type":"string","owner":"BAP","usage":"*","description":"City code. As MF is a digital product, it is location agnostic, use `*`"},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the city of location where the transaction is meant to be completed."}},"_description":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"This attribute defines the location where the transaction is meant to be completed."}},"domain":{"required":"mandatory","type":"string","owner":"BAP","usage":"ONDC:FIS14","description":"Domain as defined by ONDC. For MF use `ONDC:FIS14`"},"timestamp":{"required":"mandatory","type":"string","owner":"BAP","usage":"2023-03-23T04:41:16Z","description":"Time of request generation in RFC3339 format"},"bap_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"api.buyerapp.com","description":"Subscriber ID of the buyer NP"},"transaction_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"23452234324sdf","description":"Co-relation ID for the entire transaction journey"},"message_id":{"required":"mandatory","type":"string","owner":"BAP","usage":"32r435345fddsaf","description":"Co-relation ID for request / callback messages"},"version":{"required":"mandatory","type":"string","owner":"BAP","usage":"2.0.0","description":"Protocol version used by the sender"},"action":{"required":"mandatory","type":"string","owner":"BAP","usage":"on_search","description":"Protocol method being called by the sender"},"bap_uri":{"required":"mandatory","type":"string","owner":"BAP","usage":"https://api.buyerapp.com/ondc","description":"Subscriber URL for the buyer NP for accepting callbacks from seller NPs"},"ttl":{"required":"mandatory","type":"string","owner":"BAP","usage":"PT30S","description":"Duration for which this message holds valid. Typically, the sender will wait for the callback response for this duration"},"bpp_id":{"required":"mandatory","type":"string","owner":"BPP","usage":"api.sellerapp.com","description":"Subscriber ID of the seller NP"},"bpp_uri":{"required":"mandatory","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/ondc","description":"Subscriber URL of seller NP for accepting calls from buyer NPs"}},"message":{"order":{"_description":{"required":"Mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"This refers to the complete description of the legal contract created between the buyer and the seller."},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"54adfadsf6144","description":"ID of the order at the seller app end"},"status":{"required":"mandatory","type":"string","owner":"BAP","usage":"ACCEPTED","description":"Status of the order at seller app end"},"provider":{"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"2a434adf","description":"ID of the provider whose item is chosen, as received in the catalog"},"_description":{"required":"mandatory","type":"object","owner":"BPP","usage":"--","description":"MF provider details"}},"items":{"_description":{"required":"mandatory","type":"object","owner":"BAP/BPP","usage":"--","description":"List of mf schemes in an order"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"98dgwr41","description":"ID of the item that is chosen, as received in the catalog"},"fulfillment_ids":{"required":"optional","type":"string","owner":"BPP","usage":"3bd4ea25","description":"Unique reference ID to the fulfillment of an order"},"quantity":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the quantity assocaited with the item"},"selected":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the selected quantity assocaited with the item"},"measure":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the measure of the selected quantity"},"value":{"required":"mandatory","type":"integer","owner":"BAP","usage":"3000","description":"Value of order"},"unit":{"required":"mandatory","type":"string","owner":"BAP","usage":"amount","description":"Type of the value of order"}}}},"tags":{"PLAN_INFORMATION":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"CONSUMER_TNC":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the consumer tnc"}}},"PLAN_IDENTIFIERS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"ISIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the ISIN"},"RTA_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"},"AMFI_IDENTIFIER":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the RTA Identifier"}}},"PLAN_OPTIONS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan options.","list":{"PLAN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the Plan"},"OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the options"},"IDCW_OPTION":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the IDCW options"}}}}},"fulfillments":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Fulfillment details"},"type":{"required":"mandatory","type":"string","owner":"BPP","usage":"SIP","description":"Type of the fulfillment chosen"},"id":{"required":"mandatory","type":"string","owner":"BPP","usage":"45af324fs","description":"ID of the fulfillment chosen"},"customer":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the person that will ulitmately receive the order."},"person":{"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"pan:arrpp7771n","description":"Investor identifier in the format \"pan:`pan_number`\""},"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"This refers to the description of the associated person as an individual entity."}},"contact":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Customer contact information on which 2fa is done"},"phone":{"required":"mandatory","type":"string","owner":"BAP","usage":"9916587487","description":"Phone number of the customer on which 2fa is done"}}},"agent":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"The agent that is currently handling the fulfillment of the order"},"person":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Describes a person as any individual"},"id":{"required":"optional","type":"string","owner":"BAP","usage":"euin:e1234","description":"EUIN of the distributor employee"}},"organization":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor organization details"},"creds":{"_description":{"required":"mandatory","type":"object","owner":"BAP","usage":"--","description":"Distributor license details"},"id":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN-123456","description":"Distributor license number"},"type":{"required":"mandatory","type":"string","owner":"BAP","usage":"ARN","description":"Distributor license type"}}}},"stops":{"_description":{"required":"optional","type":"array","owner":"BAP","usage":"--","description":"Provide schedule for recurring orders"},"time":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Time associated for recurring orders"},"schedule":{"_description":{"required":"optional","type":"object","owner":"BAP","usage":"--","description":"Schedule of the recurring orders"},"frequency":{"required":"optional","type":"string","owner":"BAP","usage":"--","description":"Frequency of the recurring orders in ISO8601 format"}}}},"tags":{"THRESHOLDS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the Plan Information.","list":{"AMOUNT_MIN":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the min amount"},"AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max amount"},"AMOUNT_MULTIPLES":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the amount multiples"},"UNITS_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min units"},"UNITS_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max units"},"UNITS_MULTIPLES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the unit multuples"},"INSTALMENTS_COUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min installment count"},"INSTALMENTS_COUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the max installment count"},"CUMULATIVE_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the min cumulative amount"},"FREQUENCY":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency"},"FREQUENCY_DATES":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the frequency dates"},"ADDITIONAL_AMOUNT_MIN":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional min amount"},"ADDITIONAL_AMOUNT_MAX":{"required":"Optional","type":"string","owner":"BPP","usage":"--","description":"Describes the additional max amount"}}}}},"xinput":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"This attribute refers to the information about additional input required from the customer to confirm this order."},"form":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"This attribute refers to the information about additional input form generated from the system."},"id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"This refers to the unique id of the form"}},"form_response":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Form response details"},"submission_id":{"required":"optional","type":"string","owner":"BPP","usage":"d097c2f5","description":"Submission id of the form submission"}}},"payments":{"_description":{"required":"optional","type":"list","owner":"BPP","usage":"--","description":"List of payment options for this order"},"id":{"required":"optional","type":"string","owner":"BPP","usage":"pmt_1","description":"Conditionally mandatory and optional"},"collected_by":{"required":"optional","type":"string","owner":"BPP","usage":"BPP","description":"Who is collecting the payment"},"type":{"required":"optional","type":"string","owner":"BPP","usage":"PRE_FULFILLMENT","description":"When is the payment to be collected"},"tags":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"Additional information related to the payment option"},"display":{"required":"optional","type":"boolean","owner":"BPP","usage":true,"description":"True if BAP has to display the tag content"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag group"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Payment Method","description":"Name of the tag group"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"PAYMENT_METHOD","description":"Code of the tag group"}},"list":{"_description":{"required":"optional","type":"array","owner":"BPP","usage":"--","description":"List of tags"},"descriptor":{"_description":{"required":"optional","type":"object","owner":"BPP","usage":"--","description":"Label for tag"},"name":{"required":"optional","type":"string","owner":"BPP","usage":"Mode of payment","description":"Name of the tag"},"code":{"required":"optional","type":"string","owner":"BPP","usage":"MODE","description":"Code of the tag"}},"value":{"required":"optional","type":"string","owner":"BPP","usage":"MANDATE_REGISTRATION","description":"Value of the tag"}}},"params":{"_description":{"required":"optional","type":"object","owner":"BAP/BPP","usage":"--","description":"payment related parameters"},"amount":{"required":"optional","type":"integer","owner":"BAP/BPP","usage":30000,"description":"mandate limit if new mandate registration"},"currency":{"required":"optional","type":"string","owner":"BAP/BPP","usage":"inr","description":"currency of the amount, if mandate limit is given"},"source_bank_code":{"required":"optional","type":"string","owner":"BAP","usage":"icic0000047","description":"ifsc code of the investor bank a/c from which he wants to make the payment"},"source_bank_account_number":{"required":"optional","type":"string","owner":"BAP","usage":"004875487458","description":"bank a/c number of the investor from which he wants to make the payment"},"source_bank_account_name":{"required":"optional","type":"string","owner":"BAP","usage":"Harish Gupta","description":"Name on the bank a/c of the investor from which he wants to make the payment"}},"url":{"required":"optional","type":"string","owner":"BPP","usage":"https://api.sellerapp.com/pay","description":"payment url for the selected payment mode"},"status":{"required":"optional","type":"string","owner":"BPP","usage":"NOT-PAID","description":"status of the payment"}},"tags":{"BAP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BAP","usage":"--","description":"Describes the offline contract"}}},"BPP_TERMS":{"required":"Mandatory","type":"string","owner":"BPP","usage":"--","description":"Describes the BAP Terms.","list":{"STATIC_TERMS":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the static terms"},"OFFLINE_CONTRACT":{"required":"Mandatory","type":"object","owner":"BPP","usage":"--","description":"Describes the offline contract"}}}}}}}}}},"x-errorcodes":{"code":[{"Event":"Distributor not empanelled","Description":"Distributor is not-empanelled/blocked with any of the amcs/providers and hence no catalog can be sent.","From":"BPP","code":822001},{"Event":"Distributor license invalid","Description":"Distributor's ARN number is either invalid/expired/blocked","From":"BPP","code":822002},{"Event":"Sub-broker license invalid","Description":"Distributor's sub broker ARN number is either invalid/expired/blocked","From":"BPP","code":822003},{"Event":"EUIN not mapped","Description":"EUIN provided is not mapped with the broker/sub-broker arn","From":"BPP","code":822004},{"Event":"EUIN Invalid/Expired","Description":"EUIN provided has either invalid/expired/blocked","From":"BPP","code":822005},{"Event":"Investor not supported","Description":"Investor not supported because of tax status/minor or some other reason. Eg. if only individual investors are supported and the pan number belongs to a corporate, then its an error","From":"BPP","code":822006},{"Event":"Investor kyc pending/invalid","Description":"Investor's kyc status is either invalid/pending and a transaction cannot be accepted at this stage","From":"BPP","code":822007},{"Event":"Investor payout bank account verification failure","Description":"Payout bank a/c verification failed. Cannot use this bank a/c for opening the account. Use a different bank a/c and retry","From":"BPP","code":822008},{"Event":"Investor data verification failure","Description":"Investor name/dob/gender etc. details are not matching with the official records. Get updated values and retry.","From":"BPP","code":822009},{"Event":"Invalid folio","Description":"Folio number provided is either invalid/freezed. Order cannot be placed for this folio","From":"BPP","code":822010},{"Event":"Invalid payout bank a/c for redemption","Description":"Payout bank a/c chosen is invalid for redemption. Use the correct bank a/c and retry","From":"BPP","code":822011},{"Event":"Thresholds not matched","Description":"Thresholds like minimum amount/ amount multiples etc. didnot match. Update the value and retry","From":"BPP","code":822012},{"Event":"Scheme is not active","Description":"Scheme/plan is not active at the moment. Cannot place an order. Get the updated catalog","From":"BPP","code":822013},{"Event":"Fulfillment not allowed","Description":"Fulfillment chosen (purchase/redemption/sip etc.) is not-allowed/stopped for this scheme/plan. Get the updated catalog","From":"BPP","code":822014},{"Event":"2FA details do not match","Description":"The email/phone on which the buyer app performed the 2fa donot match with the details on the folio. Perform 2fa on the right email/phone and retry","From":"BPP","code":822015},{"Event":"Payment source bank verification failure","Description":"Investor's payment source bank a/c verification failed. Cannot accept payment from this bank a/c. Use a different bank a/c and retry.","From":"BPP","code":822016},{"Event":"Mandate amount invalid","Description":"Mandate amount should be equal to or more than the sip amount to be able to trigger debits for sip instalments. Update the value and retry","From":"BPP","code":822017},{"Event":"Fatal error","Description":"BPP is facing some technical issue and cannot proceed. This error should rarely occur, similar to http 500 errors","From":"BPP","code":822018},{"Event":"Mismatch of data from earlier calls","Description":"In a particular transaction, data sent in this call, do not match with the data from earlier calls. Eg. pan number in init call do not match with what was sent in select call","From":"BPP","code":822019}]},"x-tlc":{"code":[{"Term":"Static Terms (Buyer App)","Api":"search on_search init on_init confirm on_confirm","Attribute":"BAP_TERMS.STATIC_TERMS","Owner":"Buyer App","Value":"URL","Description":"This will be the URL of a web-page where the standard Terms and Conditions of the Network Participant - which are not covered in the API Specification (e.g. indemnity) - will be hosted. These terms will apply to the transaction, in addition to the terms decided through the ONDC Protocol. If there is a conflict between the terms decided through the Protocol, and the Static Terms, the terms decided through the ONDC Protocol will prevail. Also, if there is a conflict between the Static Terms and the ONDC Network Policy or the Static Terms and the Network Participant Agreement, the terms of the ONDC Network Policy or the Network Participant Agreement (as the case may be) will prevail."},{"Term":"Offline Contract (Buyer App)","Api":"search on_search init on_init confirm on_confirm","Attribute":"BAP_TERMS.OFFLINE_CONTRACT","Owner":"Buyer App","Value":"true/ false","Description":"OFFLINE_CONTRACT is a boolean field denoting the presence or absence of an offline contract between Network Participants (NPs). When set to true, it indicates the existence of a formalized contract outside of transaction-level agreements. This offline contract holds precedence over transaction-level contracts, governing the relationship between the involved NPs. Conversely, when set to false, it suggests that contractual arrangements are solely based on transaction-level contracts, without overarching offline agreements."},{"Term":"Static Terms (Seller App)","Api":"on_search init on_init confirm on_confirm","Attribute":"BPP_TERMS.STATIC_TERMS","Owner":"Seller App","Value":"URL","Description":"This will be the URL of a web-page where the standard Terms and Conditions of the Network Participant - which are not covered in the API Specification (e.g. indemnity) - will be hosted. These terms will apply to the transaction, in addition to the terms decided through the ONDC Protocol. If there is a conflict between the terms decided through the Protocol, and the Static Terms, the terms decided through the ONDC Protocol will prevail. Also, if there is a conflict between the Static Terms and the ONDC Network Policy or the Static Terms and the Network Participant Agreement, the terms of the ONDC Network Policy or the Network Participant Agreement (as the case may be) will prevail."},{"Term":"Offline Contract (Seller App)","Api":"on_search init on_init confirm on_confirm","Attribute":"BPP_TERMS.OFFLINE_CONTRACT","Owner":"Seller App","Value":"true/ false","Description":"OFFLINE_CONTRACT is a boolean field denoting the presence or absence of an offline contract between Network Participants (NPs). When set to true, it indicates the existence of a formalized contract outside of transaction-level agreements. This offline contract holds precedence over transaction-level contracts, governing the relationship between the involved NPs. Conversely, when set to false, it suggests that contractual arrangements are solely based on transaction-level contracts, without overarching offline agreements."}]},"x-featureui":{"filenames":["README.md","account-opening-laundry-list.md","buyer-app-responsibilities.md","changelog.md","forms-and-redirects.md","lifecycle-and-states.md","log-verification.md","stage-discovery.md","stage-fulfillment.md","stage-order.md"]},"x-testcasesui":{"filenames":["log-verification.md"]},"x-sandboxui":{"dropdown":[{"environment-name":"staging","link":"https://fis-staging.ondc.org"}]},"x-changeLog":{"filenames":["FIS14_2.0.0_260924.md","FIS14_2.1.0_220325.md"]}} \ No newline at end of file