Blame | Last modification | View Log | RSS feed
### Pine Labs API### Get Auth TokenPOST {{baseUrl}}/api/auth/v1/tokenContent-Type: application/jsonX-CLIENT-ID: {{clientId}}X-CLIENT-SECRET: {{clientSecret}}### Discover OffersPOST {{baseUrl}}/api/affordability/v1/offer/discoveryContent-Type: application/jsonAuthorization: Bearer {{authToken}}Request-ID: {{$randomUUID}}Request-Timestamp: {{$isoTimestamp}}{"order_amount": {"value": "10000000","currency": "INR"},"product_details": [{"product_amount": {"value": "10000000","currency": "INR"},"product_coupon_discount_amount": {"value": "10000","currency": "INR"},"product_code": "Alpha_1"}],"issuer": {"bin": "12345678"}}### Create OfferPOST {{baseUrl}}/api/affordability/v1/offer/createContent-Type: application/jsonAuthorization: Bearer {{authToken}}Request-ID: {{$randomUUID}}Request-Timestamp: {{$isoTimestamp}}{"order_id": "ORDER12345","offer_details": {"offer_type": "EMI","issuer_id": 1,"tenure": 6}}