3.1 Get Product Details

Select a product ID by calling the GET /v1/products endpoint.

 "type": "FIXED_VALUE_RECHARGE",
 "validity": {
 	"quantity": 2,
 	"unit": "DAY"
 },
 "required_credit_party_identifier_fields": [
 	[
 		"mobile_number"
 	]
 ],
 "availability_zones": [
 	"INTERNATIONAL"
 ],
 "source": {
 	"amount": 0.48,
 	"unit": "SGD",
 	"unit_type": "CURRENCY"
 },
 "destination": {
 	"amount": 15,
 	"unit": "PHP",
 	"unit_type": "CURRENCY"
 },
 "prices": {
 	"wholesale": {
 		"amount": 0.48,
 		"fee": 0,
 		"unit": "SGD",
 		"unit_type": "CURRENCY"
 	},
 	"retail": {
 		"amount": 0.6,
 		"fee": 0,
 		"unit": "SGD",
 		"unit_type": "CURRENCY"
 	},
 },
 "rates": {
 	"base": 31.25,
 	"retail": 25,
 	"wholesale": 31.25
 },
 "benefits": [
 	{
 		"additional_information": "100MB consumable mobile internet + 50MB freebie",
 		"amount": {
 			"base": 100,
 			"promotion_bonus": 0,
 			"total_excluding_tax": 100
 		},
 		"type": "DATA",
 		"unit": "MB",
 		"unit_type": "DATA"
 	}
 ]
}