Skip to content

Commit

Permalink
Add merchantPaymInfo to the acquiring example
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed May 8, 2024
1 parent bc78d84 commit a5a4ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/acquiring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ const webHookUrl = process.env.WEBHOOK_URL;
amount: 1000,
ccy: 840,
webHookUrl,
merchantPaymInfo: {
reference: 'your_custom_id_stored_in_DB',
},
},
});
console.log(response.url, response.status, data);
console.log(response.url, response.status, data, response.statusText);
}

0 comments on commit a5a4ff7

Please sign in to comment.