{ "reference_id": "XX", "currency": "IDR", "amount": 757264, "country": "ID", "payment_method": { "type": "QR_CODE", "reusability": "ONE_TIME_USE", "reference_id": "XX", "qr_code": { "channel_code": "QRIS", "channel_properties": { "expires_at": "2025-11-14T11:40:58Z" } } }, "metadata": { "sku": "XX" } }
$response = $apiInstance->createPaymentRequest(
null,
null,
null,
new Xendit\PaymentRequest\PaymentRequestParameters($param)
);
Akan mendapatkan error sebagai berikut
expires_at is not supported by channel 'QRIS'
{ "reference_id": "XX", "currency": "IDR", "amount": 757264, "country": "ID", "payment_method": { "type": "QR_CODE", "reusability": "ONE_TIME_USE", "reference_id": "XX", "qr_code": { "channel_code": "QRIS", "channel_properties": { "expires_at": "2025-11-14T11:40:58Z" } } }, "metadata": { "sku": "XX" } }Akan mendapatkan error sebagai berikut
expires_at is not supported by channel 'QRIS'