Test
request(‘POST’, ‘https://api.affirm.com/api/v2/checkout/store’, [
‘body’ => ‘{“merchant”:{“use_vcn”:”false”}}’,
‘headers’ => [
‘Accept’ => ‘application/json’,
‘Content-Type’ => ‘application/json’,
],
]);
echo $response->getBody();