Discussions
Archive a Link (PHP) is not working
about 1 year ago by KARL GLENN DEL ROSARIO
Example Reference Number = FFFFFF
Example Auth = Basic 555555676664564543Fer453345'
Code:
request('POST', ', \[ 'headers' => [ 'accept' => 'application/json', 'authorization' => 'Basic 555555676664564543Fer453345', ], ]); echo $response->getBody(); Result: { "errors": [ { "code": "resource_not_found", "detail": "No such transaction with id FFFFFF." } ] }