I am ready to give money who can integrate this API

Hi, i want to integrate this api to my app. How should i start? I have 3 years experience but i have no idea about integrate an API. Could anoyne do example for me?

This is the text for integrating

Payment Service Provider API

Portmanat Card

What is Payment Service Provider (PSP)?

Payment Service Provider is intended for collaborating with business partners to help them to accept payments via plastic card. Using this service, you will provide your users with the opportunity of making payments without any negotiation with banks.

This documentation consists of the steps below.

Partners have to:

  • Sign up on this page: AdminPSP | Register
  • Then create service and wait for the confirmation
  • Afterwards use the instructions shown below in their project

In case of creating new service partner should fill required fields:

( Title, Description, Callback URL, Secret key, IP address )

*Callback URL is intended to redirect the user to determine the result of payment after entering card credentials.

Instruction

a) Partner should send request for generating PSP RRN.

b) Using this RRN partner should redirect the user to PSP.

c) After completing payment process the user will be redirected to callback URL entered by partner when he will have created the service.

Generate PSP RRN

Request method: POST

URL: Redirecting...

Parameters:

service_id - ID number of partner’s service

client_rrn - Transaction number on partner’s side

amount - Amount that will be payed

client_ip - IP address of client that will do payment

hash - HASH code

Hash will be generated with SHA256 method like as below:

secret_key => Secret key generated by partner when creates a service

hash = hash_hmac(‘sha256’, service_id.client_rrn.amount, secret_key)

If everything is right, client will be prompted to check datas. After submitting he will be redirected to the page of bank to enter card credentials.

How to know the result of transaction

To be able to know the result of transaction partner should send request to the URL showed below this transaction number.

URL: https://psp.mps.az/check

Parameters:

psp_rrn - Transaction number

Response:

{

“status”: “OK”,

“code”: “-1”,

“description”: “Request failed”,

“body”: {

“amount”: “1.23”,

“client_rrn”: “1471855074”,

“psp_rrn”: “1471851442-lfI7yG-vTuaxI-x87xAS”,

“bank_rrn”: “gV1Pwgz6HmXJphEMVLEUUnp+sD8=”,

“date”: {

“date”: “2016-08-22 11:37:23.000000”,

“timezone_type”: 3,

“timezone”: “Asia/Baku”

}

}

}

Response statuses

OK - everything is right with request

BAD - something went wrong with request parameters

Code statuses

-1 - Request failed

0 - OK

1 - Pending

You should consider the result of the payment according to “code” parameter.

Other examples on check request:

{

“status”: “BAD”,

“code”: 20,

“description”: “RRN is wrong”

}

{

“status”: “BAD”,

“code”: 10,

“description”: “Validation error”,

“errors”: {

“psp_rrn”: [

“The psp rrn field is required.”

]

}

}

Nice profile icon: :wink:

we get #off-topic

Thank you.

Can someone do it for me in return of money? Can someone make extension of this api?

Can someone help me? I ll make payment for this work

Tell the amount you will pay the developer. :+1:

1 Like

Hi, is 15$ good?

Sorry, little …
years of studies( 2 technical courses (4 years + 2 years), Graduation and Post-Graduation. ) , research and effort… :+1:

2 Likes

How much money is good for this job. The most expensive extensions’ price are around 15$. So i offered 15$. Can you make extension for me? If you can i can give more money. But please say price before start making extension for me

I Think It’s Should Be Simple PHP Web API First After That Implement It Into App That’s Easy Way Otherwise In $15 Is Very Low Amount And Work Is Very Hard

1 Like

I have no idea how can i implement this api to app. I am need help for that. Can you suggest price?

Try this

A professional charges per hour worked …

2 Likes

can you give amount with numbers? :smile:

1 Like

It’s Depend On Work Speed :smiley:

1 Like

I think he asked about the hourly rate…

I read but i did not understand exactly. I dont know what blocks should i use. Thats why i need developer for making this api. I think i cant make this work with my experience. Maybe after.

i need this api and i am ready to give money. If someone can do this work and his price suggest is good for me then i will give him money. I dont care what is professional developers’ hourly hiring price

May Be It’s Around $500 Or Above …

Actually I Cannot Understand What You To Do , When I Understand I Will Make A Example For You