I am getting the message "unauthorized app" when trying to use the provided APIs to delete emails and phone numbers

  1. For Wallet Payment

const response = await applicationClient.cart.checkoutCart({
requestHeaders: requestHeaders,
body: Data,
});

Payload :-

{
address_id: 65c865c19073f514762c4f49,
billing_address_id: 65c865c19073f514762c4f49,
aggregator: Fynd,
payment_mode: WL,
payment_identifier: 4
}

Error :-

{
“level”: “ERROR”,
“detail”: {
“success”: false,
“cart”: {
“coupon”: {
“coupon_code”: “”,
“coupon_type”: “cart”,
“is_applied”: false,
“is_valid”: false,
“message”: “Sorry! Invalid coupon”,
“coupon_id”: null,
“discount”: 0,
“cashback_amount”: 0,
“cashback_message_primary”: “”,
“cashback_message_secondary”: “”,
“coupon_title”: “”,
“coupon_subtitle”: “”,
“coupon_description”: “”,
“minimum_cart_value”: 0,
“maximum_discount_value”: 0,
“coupon_value”: 0
},
“breakup_values”: {
“raw”: {
“sub_total”: 1238,
“subtotal”: 1238,
“coupon”: 0,
“promotion”: 0,
“delivery_charge”: 0,
“you_saved”: 0,
“fynd_cash”: 0,
“cod_charge”: 0,
“total”: 1238,
“gst_charges”: 58.95,
“vog”: 1179.05,
“convenience_fee”: 0,
“mrp_total”: 3098,
“mop_total”: 0,
“discount”: -1860,
“gift_card”: 0,
“total_charge”: 0
},
“loyalty_points”: {
“total”: 0,
“applicable”: 0,
“is_applied”: false,
“description”: “Your cashback, reward points, and refund amount get credited to Fynd Cash which can be redeemed while placing an order.”,
“message”: “Reward point not applicable with Coupon”
},
“coupon”: {
“type”: “cash”,
“coupon_type”: “cart”,
“code”: “”,
“uid”: null,
“value”: 0,
“is_applied”: false,
“message”: “Sorry! Invalid coupon”,
“title”: “”,
“sub_title”: “”,
“description”: “”,
“minimum_cart_value”: 0,
“maximum_discount_value”: 0,
“coupon_value”: 0
},
“display”: [
{
“display”: “Total MRP”,
“key”: “mrp_total”,
“original”: 3098,
“attr”: “mrp_total”,
“value”: 3098,
“currency_code”: “INR”,
“currency_symbol”: “₹”,
“message”: []
},
{
“display”: “Discount”,
“key”: “discount”,
“original”: -1860,
“attr”: “discount”,
“value”: -1860,
“currency_code”: “INR”,
“currency_symbol”: “₹”,
“message”: []
},
{
“display”: “Subtotal”,
“key”: “subtotal”,
“original”: 1238,
“attr”: “subtotal”,
“value”: 1238,
“currency_code”: “INR”,
“currency_symbol”: “₹”,
“message”: []
},
{
“display”: “Total”,
“key”: “total”,
“original”: 1238,
“attr”: “total”,
“value”: 1238,
“currency_code”: “INR”,
“currency_symbol”: “₹”,
“message”: []
}
]
},
“items”: [
{
“article”: {
“type”: “article”,
“uid”: “651282dacf807f60b4f6d10f”,
“size”: “M”,
“product_group_tags”: null,
“seller”: {
“uid”: 1943,
“name”: “CHUNMUN STORES PVT. LTD”
},
“store”: {
“uid”: 13490,
“code”: “2”,
“name”: “CHUNMUN STORES PVT. LTD”,
“store_code”: “2”
},
“quantity”: 5,
“price”: {
“base”: {
“marked”: 1599,
“effective”: 639,
“selling”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“marked”: 1599,
“effective”: 639,
“selling”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“extra_meta”: {},
“_custom_json”: {},
“cart_item_meta”: {},
“seller_identifier”: “CX4901093”,
“identifier”: {
“ean”: “CX4901093”
},
“mto_quantity”: 0,
“gift_card”: {
“gift_price”: 0,
“display_text”: “”,
“is_gift_applied”: false
},
“is_gift_visible”: false,
“meta”: {},
“tags”: []
},
“promotions_applied”: [],
“charges”: [],
“price”: {
“base”: {
“add_on”: 639,
“marked”: 1599,
“effective”: 639,
“selling”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“add_on”: 639,
“marked”: 1599,
“effective”: 639,
“selling”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“delivery_promise”: {
“timestamp”: {
“min”: 1709197649,
“max”: 1709370449
},
“formatted”: {
“min”: “Thu, 29 Feb”,
“max”: “Sat, 02 Mar”
},
“iso”: {
“min”: “2024-02-29T09:07:29Z”,
“max”: “2024-03-02T09:07:29Z”
}
},
“moq”: {
“minimum”: 1
},
“parent_item_identifiers”: {
“identifier”: null,
“parent_item_size”: null,
“parent_item_id”: null
},
“promo_meta”: {},
“price_per_unit”: {
“base”: {
“marked”: 1599,
“effective”: 639,
“selling_price”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“marked”: 1599,
“effective”: 639,
“selling_price”: 639,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“coupon_message”: “”,
“quantity”: 1,
“bulk_offer”: {},
“coupon”: {},
“key”: “9616665_M”,
“discount”: “60% OFF”,
“availability”: {
“sizes”: [
“M”,
“L”,
“XL”,
“3XL”,
“2XL”
],
“other_store_quantity”: 1,
“out_of_stock”: false,
“deliverable”: true,
“is_valid”: true,
“available_sizes”: [
{
“is_available”: true,
“display”: “M”,
“value”: “M”
},
{
“is_available”: true,
“display”: “L”,
“value”: “L”
},
{
“is_available”: true,
“display”: “XL”,
“value”: “XL”
},
{
“is_available”: true,
“display”: “3XL”,
“value”: “3XL”
},
{
“is_available”: true,
“display”: “2XL”,
“value”: “2XL”
}
]
},
“custom_order”: {
“is_custom_order”: true,
“manufacturing_time”: 3,
“manufacturing_time_unit”: “days”
},
“is_set”: false,
“identifiers”: {
“identifier”: “3bcygjJVQnS5R6zFCv2oHQ”
},
“message”: “”,
“product”: {
“type”: “product”,
“uid”: 9616665,
“name”: “Albion Smart Casual Check Shirt”,
“slug”: “albion-smart-casual-check-shirt-9616665”,
“brand”: {
“uid”: 3274,
“name”: “Albion”
},
“categories”: [
{
“uid”: 3344,
“name”: “Semi Casual Shirts”
}
],
“attributes”: {
“season”: “Winter”,
“essential”: “Yes”,
“gender”: [
“Men”
],
“topwear_length”: “Long”,
“primary_color”: “Green”,
“primary_material”: “Cotton Blend”,
“import-month-and-year”: “2023-09-01 00:00:00”,
“neck_type”: “Classic Collar”,
“package_contents”: “1 Shirt”,
“pattern”: “Solid”,
“product_fit”: “Relaxed”,
“sleeve_type”: “Long”,
“closure_type”: “Button”,
“sleeve_length”: “Long”,
“color”: “green”,
“net-quantity”: “1 N”,
“age-group”: “Adults”,
“marketer-name”: “Chunmun Stores Pvt Ltd ,A-14 Lajpat Nagar II,-110024”,
“marketer-address”: “Chunmun Stores Pvt Ltd ,A-14 Lajpat Nagar II,-110024”,
“name”: “Albion Smart Casual Check Shirt”,
“lifestyle”: “Casual”,
“hemline”: “Curved”,
“collar-style”: “Spread”,
“sustainable”: “Regular”,
“brand_name”: “Albion”,
“primary_color_hex”: “2BD892”,
“primary-colour-hex-code”: “2BD892”
},
“images”: [
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/0/JFawLigDY5-ea255098_IMG_2837.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/0/JFawLigDY5-ea255098_IMG_2837.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/1/h-BehlOnMn-133039b1_IMG_2840.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/1/h-BehlOnMn-133039b1_IMG_2840.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/2/_5ZHoe-P48-6b071282_IMG_2842.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/2/_5ZHoe-P48-6b071282_IMG_2842.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/3/u1HfMnGFG--a5189398_IMG_2836.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/3/u1HfMnGFG--a5189398_IMG_2836.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/4/OHlSpPwvmR-e079c99c_IMG_2844.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/336-AEROMEN-STEELE-green/4/OHlSpPwvmR-e079c99c_IMG_2844.jpg
}
],
“action”: {
“type”: “product”,
“url”: “https://api.fynd.com/platform/content/v1/products/albion-smart-casual-check-shirt-9616665/”,
“query”: {
“product_slug”: [
“albion-smart-casual-check-shirt-9616665”
]
}
},
“item_code”: “336-AEROMEN-STEELE-green”,
“_custom_json”: {},
“tags”: [],
“teaser_tag”: null
},
“product_ean_id”: “CX4901093”
},
{
“article”: {
“type”: “article”,
“uid”: “6512818ecf807f60b4f6cf5e”,
“size”: “S”,
“product_group_tags”: null,
“seller”: {
“uid”: 1943,
“name”: “CHUNMUN STORES PVT. LTD”
},
“store”: {
“uid”: 13490,
“code”: “2”,
“name”: “CHUNMUN STORES PVT. LTD”,
“store_code”: “2”
},
“quantity”: 4,
“price”: {
“base”: {
“marked”: 1499,
“effective”: 599,
“selling”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“marked”: 1499,
“effective”: 599,
“selling”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“extra_meta”: {},
“_custom_json”: {},
“cart_item_meta”: {},
“seller_identifier”: “CX4882295”,
“identifier”: {
“ean”: “CX4882295”
},
“mto_quantity”: 0,
“gift_card”: {
“gift_price”: 0,
“display_text”: “”,
“is_gift_applied”: false
},
“is_gift_visible”: false,
“meta”: {},
“tags”: []
},
“promotions_applied”: [],
“charges”: [],
“price”: {
“base”: {
“add_on”: 599,
“marked”: 1499,
“effective”: 599,
“selling”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“add_on”: 599,
“marked”: 1499,
“effective”: 599,
“selling”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“delivery_promise”: {
“timestamp”: {
“min”: 1709197649,
“max”: 1709370449
},
“formatted”: {
“min”: “Thu, 29 Feb”,
“max”: “Sat, 02 Mar”
},
“iso”: {
“min”: “2024-02-29T09:07:29Z”,
“max”: “2024-03-02T09:07:29Z”
}
},
“moq”: {
“minimum”: 1
},
“parent_item_identifiers”: {
“identifier”: null,
“parent_item_size”: null,
“parent_item_id”: null
},
“promo_meta”: {},
“price_per_unit”: {
“base”: {
“marked”: 1499,
“effective”: 599,
“selling_price”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
},
“converted”: {
“marked”: 1499,
“effective”: 599,
“selling_price”: 599,
“currency_code”: “INR”,
“currency_symbol”: “₹”
}
},
“coupon_message”: “”,
“quantity”: 1,
“bulk_offer”: {},
“coupon”: {},
“key”: “9623548_S”,
“discount”: “60% OFF”,
“availability”: {
“sizes”: [
“S”,
“M”,
“L”,
“XL”,
“3XL”,
“2XL”
],
“other_store_quantity”: 1,
“out_of_stock”: false,
“deliverable”: true,
“is_valid”: true,
“available_sizes”: [
{
“is_available”: true,
“display”: “S”,
“value”: “S”
},
{
“is_available”: true,
“display”: “M”,
“value”: “M”
},
{
“is_available”: true,
“display”: “L”,
“value”: “L”
},
{
“is_available”: true,
“display”: “XL”,
“value”: “XL”
},
{
“is_available”: true,
“display”: “3XL”,
“value”: “3XL”
},
{
“is_available”: true,
“display”: “2XL”,
“value”: “2XL”
}
]
},
“custom_order”: {
“is_custom_order”: true,
“manufacturing_time”: 3,
“manufacturing_time_unit”: “days”
},
“is_set”: false,
“identifiers”: {
“identifier”: “GZGIhwt3Qf2A8KpaV6WQSQ”
},
“message”: “”,
“product”: {
“type”: “product”,
“uid”: 9623548,
“name”: “Albion Mens casual Full Sleeve Sewatshirt”,
“slug”: “albion-mens-casual-full-sleeve-sewatshirt-9623548”,
“brand”: {
“uid”: 3274,
“name”: “Albion”
},
“categories”: [
{
“uid”: 143,
“name”: “Sweatshirts”
}
],
“attributes”: {
“essential”: “Yes”,
“gender”: [
“Men”
],
“topwear_length”: “Long”,
“primary_color”: “Grey”,
“primary_material”: “Polycotton”,
“neck_type”: “Round Neck”,
“product_fit”: “Relaxed”,
“sleeve_length”: “Long”,
“color”: “LT. GREY”,
“net-quantity”: “1 N”,
“age-group”: “Adults”,
“marketer-name”: “Chunmun Stores Pvt Ltd”,
“marketer-address”: “Chunmun Stores Pvt Ltd ,A-14 Lajpat Nagar II,-110024”,
“name”: “Albion Mens casual Full Sleeve Sewatshirt”,
“brand_name”: “Albion”,
“primary_color_hex”: “808080”,
“primary-colour-hex-code”: “808080”
},
“images”: [
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/0/qxwCUnI-MH-1efd3274_IMG_3146.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/0/qxwCUnI-MH-1efd3274_IMG_3146.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/1/f1yVG7_yDE-3b737e18_IMG_3153.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/1/f1yVG7_yDE-3b737e18_IMG_3153.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/2/ECCHfk9hVu-34d936f9_IMG_3155.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/2/ECCHfk9hVu-34d936f9_IMG_3155.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/3/uPVwD-z2mX-8142e762_IMG_3158.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/3/uPVwD-z2mX-8142e762_IMG_3158.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/4/FcT_ciL42f-31202259_IMG_3159.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/4/FcT_ciL42f-31202259_IMG_3159.jpg
},
{
“aspect_ratio”: “16:25”,
“url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/5/d964qkTBvH-87347772_IMG_3157.jpg”,
“secure_url”: “https://cdn.fynd.com/v2/falling-surf-7c8bb8/fyprod/wrkr/products/pictures/item/free/original/albion/CM11-CYAN-LT-GREY/5/d964qkTBvH-87347772_IMG_3157.jpg
}
],
“action”: {
“type”: “product”,
“url”: “https://api.fynd.com/platform/content/v1/products/albion-mens-casual-full-sleeve-sewatshirt-9623548/”,
“query”: {
“product_slug”: [
“albion-mens-casual-full-sleeve-sewatshirt-9623548”
]
}
},
“item_code”: “CM11-CYAN-LT. GREY”,
“_custom_json”: {},
“tags”: [],
“teaser_tag”: null
},
“product_ean_id”: “CX4882295”
}
],
“delivery_charge_info”: “”,
“notification”: {},
“message”: “”,
“delivery_promise”: {
“timestamp”: {
“min”: 1709197649,
“max”: 1709370449
},
“formatted”: {
“min”: “Thu, 29 Feb”,
“max”: “Sat, 02 Mar”
},
“iso”: {
“min”: “2024-02-29T09:07:29Z”,
“max”: “2024-03-02T09:07:29Z”
}
},
“applied_promo_details”: [],
“coupon_text”: “View all offers”,
“cart_id”: 49979554,
“id”: “65d5cb4f135f1a2bc22ec298”,
“uid”: “49979554”,
“buy_now”: false,
“gstin”: null,
“pan_config”: {},
“pan_no”: null,
“comment”: “”,
“staff_user_id”: null,
“checkout_mode”: “self”,
“payment_selection_lock”: {
“enabled”: false,
“default_options”: “”,
“payment_identifier”: “”
},
“restrict_checkout”: false,
“is_valid”: true,
“success”: true,
“currency”: {
“code”: “INR”,
“symbol”: “₹”
},
“last_modified”: “Wed, 21 Feb 2024 10:07:29 GMT”,
“common_config”: {
“delivery_charges_config”: {
“enabled”: false,
“charges”: []
}
},
“order_id”: “”
},
“data”: {
“status”: “failed”,
“payment_mode”: “WL”,
“payment_identifier”: “4”,
“amount”: 1238
},
“message”: “Oops! Something went wrong”,
“is_valid”: false,
“callback_url”: “Chunmun”,
“app_intercept_url”: “Chunmun
},
“request”: {
“method”: “post”,
“url”: “https://api.fynd.com/service/application/cart/v1.0/checkout”,
“headers”: {
“Accept”: “application/json, text/plain, /”,
“Content-Type”: “application/json”,
“Authorization”: “Bearer ”,
“x-currency-code”: “INR”,
“Cookie”: “f.session=s%3ACdTaCpBAG3jE84VAoGzrza_MKGIYiJe1.NpJC44PuIIvbZX0pB%2Bn2CcJ99hBHrV73p%2FDd6bNeKzk; Domain=.api.fynd.com; Path=/; Expires=Thu, 21 Mar 2024 17:25:22 GMT; HttpOnly; Secure; SameSite=None”,
“x-fp-sdk-version”: “1.4.1”,
“x-fp-date”: “20240221T100728Z”,
“x-fp-signature”: “v1.1:0e859ca16858236447a8458569d47d03e7297a1d11d14a69ae449d73fdb25172”,
“User-Agent”: “axios/0.27.2”,
“Content-Length”: 154
}
},
“time”: “Wed Feb 21 2024 15:37:29 GMT+0530 (India Standard Time)”,
“version”: “1.4.1”
}

  1. For Cancel Order
    Method :-

    const response = await applicationClient.order.updateShipmentStatus({
    requestHeaders: requestHeaders,
    shipmentId: shipmentId,
    body: Data
    });

Payload:-

{statuses: [
{shipments: [
{identifier: CX4882295, products: [
{quantity: 1, line_number: 1,identifier: CX4882295
}
], reasons: {products: [
{filters: [
{quantity: 1, line_number: 1, identifier: CX4882295
}
], data: {reason_id: 84, reason_text: “”
}
}
]
}
}
], status: cancelled_customer
}
], force_transition: true
}

Response :-

{ message: 'Un-authorized App'}
  1. What is the Method For This API:-
    https://api.fynd.com/service/panel/company-profile/v1.0/choices/?choice_type=identifier_type

Hi @Purezza_Technologies

You can call the application client methods (deleteMobileNumber and deleteEmail ) by passing the application/sales channel cookie in the requestHeaders . Our team is working on documentation for this feature.

For example

const requestHeaders = {
            "x-api-version": "1.0",
            "cookie": "cookie of application"
        }
          
        const response = await applicationClient.user.deleteMobileNumber({
            platform: "application_id",
            active: true,
            primary: true,
            verified: true,
            countryCode: "91",
            phone: "phone_number",
            requestHeaders: requestHeaders
        })

Could you please attempt to pass the value ‘WL’ for the payment_mode parameter in the checkoutCart method? The acceptable values for payment_mode are COD, UPI, CARD, and PP (Pre Paid).

Could you please attempt to pass the value ‘WL’ for the payment_mode parameter in the checkoutCart method? i tried this but getting error something went wrong

Hey @SoumyaAcharya Any updates on why the API is returning Something Went Wrong when “WL” is being sent as mode_of_payment ??

Hi @Purezza_Technologies

The checkoutCart is working properly with this payload. However, there must be proper payment configuration enabled on the sales channel/application level.

const requestHeaders = {
            "x-api-version": "1.0",
            "cookie": "cookie of application"
        }

const response = await applicationClient.cart.checkoutCart({

            body:{
                "id" : "cart_id",
                "address_id": "address_id",
                "billing_address_id": "billing_address_id",
                "aggregator": "Razorpay",
                "merchant_code": "fynd",
                "payment_identifier": "COD",
                "payment_mode": "COD"
            },
            requestHeaders: requestHeaders
        });

COD Is working fynd problem is that we are using own wallet and payment getway not using fynd side methods.

Hey @SoumyaAcharya,

Can you please resolve the following errors of @Purezza_Technologies

1-Wallet payment - Fynd API Giving Something went wrong error
2-Order cancel giving error - Fynd API Giving Un-Authorized App error

Thanks.