v1

latestOpenAPI 3.1.02026-07-244531143.5 KB

Detalles de una afiliación

post/payment/yape/subscription/{walletUID}/show

Path parameters

walletUIDstring required

Identificador único (UID) de la afiliación de la wallet del cliente.

Response

200

uidstring
documentstring
statusstring
typestring
originstring
phoneNumberstring
urlstring

Example response

{
  "uid": "01JXNCAK8TX6PNBBN7ZNBSAEJH",
  "document": "20242024",
  "status": "ACCEPTED",
  "type": "ON_DEMAND",
  "ExpireDate": {
    "date": "2025-06-15 15:30:06.000000",
    "timezone_type": 3,
    "timezone": "America/Santiago"
  },
  "origin": "MOBILE",
  "phoneNumber": "933020100",
  "url": "https://yape.com.pe/app/checkout/ocp/subscription?id=02df63ff-2e55-4a29-b241-e836ebf45bd3&service_company=TestDemo&partner_code=PEX008&origin_detail=MOBILE"
}