Skip to content

SDK V7.0.0 tidak bisa set expired time untuk QRIS #238

@judhizputra

Description

@judhizputra

{ "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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions