xendit / xendit-php

Xendit REST API Client for PHP - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets Services, xenPlatforms
https://developers.xendit.co/api-reference/
MIT License
152 stars 76 forks source link

callback problem #178

Closed hermans closed 2 years ago

hermans commented 2 years ago

Halo, saya lagi proses integrasi dengan xendit (OVO), tapi kenapa callback tidak masuk ke path url yg sudah saya input di setting xendit ya ? jadinya order status di database kami tidak terupdate

error yang tampil: image

setting: image

selain itu saya sudah coba cara untuk set callback dari script php

$callbackUrlParams = [
    'url' => 'https://test.test/callback/xendit'
];
$callbackType = 'invoice';
$setCallbackUrl = \Xendit\Platform::setCallbackUrl($callbackType, $callbackUrlParams);
luminto17 commented 2 years ago

Selamat pagi @hermans , setelah kami melakukan pengecekan, kami mendapatkan SSL Error: unable to verify the first certificate menggunakan Postman dan Unable to connect menggunakan https://www.digicert.com/help/

Mungkin bisa di bantu cek apakah konfigurasi sertifikat nya sudah benar? Terima kasih

Screen Shot 2022-03-07 at 10 31 02