CARD
payment channel, developers should use the following test card information:
4084084084084081
10/25
408
{{baseurl}}/payments/create/link
This is a POST request.
You will also need to add the following parameters to each request.
Field | Data Type | Description |
---|---|---|
amount | number amount * 100 | Required.This is the amount of money you want to transfer or process. It must be a whole number greater than or equal to 1. The amount is then multiplied by 100. |
currency | object (CurrencyDto) | Required. This is the currency of the transfer. |
name | String | Required. Name of the individual initiating the payment. |
acceptOtherCurrencies | boolean: Default false | This determines if the transaction can accept other currencies besides the specified one. Defaults to false. |
callbackUrl | String | This is a URL where Payshiga can send a notification after processing the transaction |
channels | Array of strings | This is an array that defines the specific channels you want for the transaction |
description | String | This is a description of the transaction. |
logoUrl | Object | This is the URL for the logo of the currency. |
reference | String | This is a unique reference number that you can assign for tracking purposes. |