Discussions

Ask a Question
Back to All

Archive a Link (PHP) is not working

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." } ] }