Post/Payments

• prefillId ( generated by the BE ) • amount • destination wallet • currency • TransactionCategory • TransactionReference ( should be set by BE ) • Notes • map[string]string paymentMetadata • callback URL

{ "amount":"", "destinationWallet":"", "currency":"", "transactionCategory":"", "notes":"", "paymentMetadata":{}, "callbackURL":"" }

Response

{ "uuid": "", "transactionReference":"" }

WE DO NOT CREATE A TRANSACTION AT THIS STAGE, WE ONLY USE THE PREFILL DB TO STORE THE DATA.

Last updated